Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 8.9.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
ContentTranslationEntityBundleInfoTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Modules to install.
ContentTranslationEntityBundleInfoTest::getBundledNode function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Gets a new bundled node for testing.
ContentTranslationEntityBundleInfoTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php
ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingInsert function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests that bundle translation settings are propagated on creation.
ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingUpdate function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests that bundle translation setting changes are propagated.
ContentTranslationEntityBundleInfoTest::testFieldSynchronizationWithDisabledBundle function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests that field synchronization is skipped for disabled bundles.
ContentTranslationEntityBundleInfoTest::testHookInvocationOrder function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests that modules can know whether bundles are translatable.
ContentTranslationEntityBundleUITest class core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php Tests the content translation behaviors on entity bundle UI.
ContentTranslationEntityBundleUITest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php
ContentTranslationEntityBundleUITest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php The theme to install as the default for testing.
ContentTranslationEntityBundleUITest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php Modules to install.
ContentTranslationEntityBundleUITest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php
ContentTranslationEntityBundleUITest::testContentTypeUI function core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php Tests content types default translation behavior.
ContentTranslationFieldSyncRevisionTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Tests the field synchronization logic when revisions are involved.
ContentTranslationFieldSyncRevisionTest.php file core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php
ContentTranslationFieldSyncRevisionTest::$contentTranslationManager property core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php The content translation manager.
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 Modules to install.
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.
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::$currentUser property core/modules/content_translation/src/ContentTranslationHandler.php The current user.
ContentTranslationHandler::$dateFormatter property core/modules/content_translation/src/ContentTranslationHandler.php The date formatter service.
ContentTranslationHandler::$entityType property core/modules/content_translation/src/ContentTranslationHandler.php Information about the entity type.
ContentTranslationHandler::$entityTypeId property core/modules/content_translation/src/ContentTranslationHandler.php The type of the entity being translated.
ContentTranslationHandler::$entityTypeManager property core/modules/content_translation/src/ContentTranslationHandler.php The entity type manager.
ContentTranslationHandler::$fieldStorageDefinitions property core/modules/content_translation/src/ContentTranslationHandler.php Installed field storage definitions for the entity type.
ContentTranslationHandler::$languageManager property core/modules/content_translation/src/ContentTranslationHandler.php The language manager.
ContentTranslationHandler::$manager property core/modules/content_translation/src/ContentTranslationHandler.php The content translation manager.
ContentTranslationHandler::$messenger property core/modules/content_translation/src/ContentTranslationHandler.php The messenger service.
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 Instantiates a new instance of this entity handler.
ContentTranslationHandler::entityFormAlter function core/modules/content_translation/src/ContentTranslationHandler.php Performs the needed alterations to the entity form.
ContentTranslationHandler::entityFormDelete function core/modules/content_translation/src/ContentTranslationHandler.php Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormDeleteTranslation 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().

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