Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ContentTranslationFieldSyncRevisionTest::$fieldName property core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php The synchronized field name.
ContentTranslationFieldSyncRevisionTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php
ContentTranslationFieldSyncRevisionTest::$storage property core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php The test entity storage.
ContentTranslationFieldSyncRevisionTest::assertLatestRevisionFieldValues function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Asserts that the latest revision has the expected field values.
ContentTranslationFieldSyncRevisionTest::assertViolations function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Asserts that the expected violations were found.
ContentTranslationFieldSyncRevisionTest::createRevision function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Creates a new revision starting from the latest translation-affecting one.
ContentTranslationFieldSyncRevisionTest::saveNewEntity function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php
ContentTranslationFieldSyncRevisionTest::setUntranslatableFieldWidgetsDisplay function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Sets untranslatable field widgets' display status.
ContentTranslationFieldSyncRevisionTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php
ContentTranslationFieldSyncRevisionTest::testChangeDefaultLanguageNonTranslatableFieldsHidden function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Tests changing the default language of an entity.
ContentTranslationFieldSyncRevisionTest::testFieldSynchronizationAndValidation function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Checks that field synchronization works as expected with revisions.
ContentTranslationFieldSyncRevisionTest::testFileFieldSynchronization function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Checks that file field synchronization works as expected.
ContentTranslationFormHooks class core/modules/content_translation/src/Hook/ContentTranslationFormHooks.php Form hook implementations for content_translation.
ContentTranslationFormHooks.php file core/modules/content_translation/src/Hook/ContentTranslationFormHooks.php
ContentTranslationFormHooks::commentAdminOverviewFormAlter function core/modules/content_translation/src/Hook/ContentTranslationFormHooks.php Implements hook_form_FORM_ID_alter() for 'comment_admin_overview' form.
ContentTranslationFormHooks::formAlter function core/modules/content_translation/src/Hook/ContentTranslationFormHooks.php Implements hook_form_alter().
ContentTranslationFormHooks::formFieldConfigEditFormAlter function core/modules/content_translation/src/Hook/ContentTranslationFormHooks.php Implements hook_form_FORM_ID_alter() for 'field_config_edit_form'.
ContentTranslationFormHooks::userAccountSettingsFormAlter function core/modules/content_translation/src/Hook/ContentTranslationFormHooks.php Implements hook_form_FORM_ID_alter() for 'user_admin_settings' form.
ContentTranslationFormHooks::__construct function core/modules/content_translation/src/Hook/ContentTranslationFormHooks.php
ContentTranslationFormLanguageHooks class core/modules/content_translation/src/Hook/ContentTranslationFormLanguageHooks.php Form hook implementations for content_translation.
ContentTranslationFormLanguageHooks.php file core/modules/content_translation/src/Hook/ContentTranslationFormLanguageHooks.php
ContentTranslationFormLanguageHooks::formLanguageContentSettingsFormAlter function core/modules/content_translation/src/Hook/ContentTranslationFormLanguageHooks.php Implements hook_form_FORM_ID_alter() for language_content_settings_form().
ContentTranslationFormLanguageHooks::isFieldTranslatabilityConfigurable function core/modules/content_translation/src/Hook/ContentTranslationFormLanguageHooks.php Checks whether translatability should be configurable for a field.
ContentTranslationFormLanguageHooks::languageContentSettingsSubmit function core/modules/content_translation/src/Hook/ContentTranslationFormLanguageHooks.php Form submission handler for content_translation_admin_settings_form().
ContentTranslationFormLanguageHooks::languageContentSettingsValidate function core/modules/content_translation/src/Hook/ContentTranslationFormLanguageHooks.php Form validation handler for content_translation_admin_settings_form().
ContentTranslationFormLanguageHooks::__construct function core/modules/content_translation/src/Hook/ContentTranslationFormLanguageHooks.php
ContentTranslationHandler class core/modules/content_translation/src/ContentTranslationHandler.php Base class for content translation handlers.
ContentTranslationHandler.php file core/modules/content_translation/src/ContentTranslationHandler.php
ContentTranslationHandler::$entityTypeId property core/modules/content_translation/src/ContentTranslationHandler.php The type of the entity being translated.
ContentTranslationHandler::$fieldStorageDefinitions property core/modules/content_translation/src/ContentTranslationHandler.php Installed field storage definitions for the entity type.
ContentTranslationHandler::addTranslatabilityClue function core/modules/content_translation/src/ContentTranslationHandler.php Adds a clue about the form element translatability.
ContentTranslationHandler::checkFieldStorageDefinitionTranslatability function core/modules/content_translation/src/ContentTranslationHandler.php Checks the field storage definition for translatability support.
ContentTranslationHandler::createInstance function core/modules/content_translation/src/ContentTranslationHandler.php
ContentTranslationHandler::entityFormAlter function core/modules/content_translation/src/ContentTranslationHandler.php
ContentTranslationHandler::entityFormDelete function core/modules/content_translation/src/ContentTranslationHandler.php Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormDeleteTranslationUrl function core/modules/content_translation/src/ContentTranslationHandler.php Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormEntityBuild function core/modules/content_translation/src/ContentTranslationHandler.php Entity builder method.
ContentTranslationHandler::entityFormSharedElements function core/modules/content_translation/src/ContentTranslationHandler.php Process callback: determines which elements get clue in the form.
ContentTranslationHandler::entityFormSourceChange function core/modules/content_translation/src/ContentTranslationHandler.php Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormSubmit function core/modules/content_translation/src/ContentTranslationHandler.php Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormTitle function core/modules/content_translation/src/ContentTranslationHandler.php Returns the title to be used for the entity form page.
ContentTranslationHandler::entityFormValidate function core/modules/content_translation/src/ContentTranslationHandler.php Form validation handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::getDefaultOwnerId function core/modules/content_translation/src/ContentTranslationHandler.php Default value callback for the owner base field definition.
ContentTranslationHandler::getFieldDefinitions function core/modules/content_translation/src/ContentTranslationHandler.php
ContentTranslationHandler::getSourceLangcode function core/modules/content_translation/src/ContentTranslationHandler.php
ContentTranslationHandler::getTranslationAccess function core/modules/content_translation/src/ContentTranslationHandler.php
ContentTranslationHandler::hasAuthor function core/modules/content_translation/src/ContentTranslationHandler.php Checks whether the entity type supports author natively.
ContentTranslationHandler::hasChangedTime function core/modules/content_translation/src/ContentTranslationHandler.php Checks whether the entity type supports modification time natively.
ContentTranslationHandler::hasCreatedTime function core/modules/content_translation/src/ContentTranslationHandler.php Checks whether the entity type supports creation time natively.
ContentTranslationHandler::hasPublishedStatus function core/modules/content_translation/src/ContentTranslationHandler.php Checks whether the entity type supports published status natively.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.