Search for translations

  1. Search 7.x for translations
  2. Search 9.5.x for translations
  3. Search 10.3.x for translations
  4. Search 11.x for translations
  5. Other projects
Title Object type File name Summary
ContentTranslationSyncImageTest::$cardinality property core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php The cardinality of the image field.
ContentTranslationSyncImageTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php The theme to install as the default for testing.
ContentTranslationSyncImageTest::$files property core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php The test image files.
ContentTranslationSyncImageTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Modules to enable.
ContentTranslationSyncImageTest::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Returns an array of permissions needed for the editor.
ContentTranslationSyncImageTest::saveEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Saves the passed entity and reloads it, enabling compatibility mode.
ContentTranslationSyncImageTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php
ContentTranslationSyncImageTest::setupTestFields function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Creates the test image field.
ContentTranslationSyncImageTest::testImageFieldSync function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Tests image field field synchronization.
ContentTranslationSyncUnitTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php Tests the field synchronization logic.
ContentTranslationSyncUnitTest.php file core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php
ContentTranslationSyncUnitTest::$cardinality property core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php The field cardinality.
ContentTranslationSyncUnitTest::$columns property core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php All the field columns.
ContentTranslationSyncUnitTest::$langcodes property core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php The available language codes.
ContentTranslationSyncUnitTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php Modules to enable.
ContentTranslationSyncUnitTest::$synchronized property core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php The columns to be synchronized.
ContentTranslationSyncUnitTest::$synchronizer property core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php The synchronizer class to be tested.
ContentTranslationSyncUnitTest::$unchangedFieldValues property core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php The unchanged field values.
ContentTranslationSyncUnitTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php
ContentTranslationSyncUnitTest::testDifferingSyncedColumns function core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php Tests that one change in a synchronized column triggers a change in all columns.
ContentTranslationSyncUnitTest::testFieldSync function core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php Tests the field synchronization algorithm.
ContentTranslationSyncUnitTest::testMultipleSyncedValues function core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php Tests that items holding the same values are correctly synchronized.
D6NodeDeriver::$includeTranslations property core/modules/node/src/Plugin/migrate/D6NodeDeriver.php Whether or not to include translations.
D7NodeDeriver::$includeTranslations property core/modules/node/src/Plugin/migrate/D7NodeDeriver.php Whether or not to include translations.
DisplayTest::checkTranslationSetting function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Asserts a node and a file based view for the translation setting.
DisplayTest::testTranslationSetting function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Test translation rendering settings based on entity translatability.
EditorConfigTranslationSubscriber class core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php Adds configuration names to configuration mapper on POPULATE_MAPPER event.
EditorConfigTranslationSubscriber.php file core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php
EditorConfigTranslationSubscriber::$configFactory property core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php The config factory.
EditorConfigTranslationSubscriber::addConfigNames function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php Reacts to the populating of a configuration mapper.
EditorConfigTranslationSubscriber::getSubscribedEvents function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php
EditorConfigTranslationSubscriber::__construct function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php EditorConfigTranslationSubscriber constructor.
EntityChangedInterface::getChangedTimeAcrossTranslations function core/lib/Drupal/Core/Entity/EntityChangedInterface.php Gets the timestamp of the last entity change across all translations.
EntityChangedTrait::getChangedTimeAcrossTranslations function core/lib/Drupal/Core/Entity/EntityChangedTrait.php Returns the timestamp of the last entity change across all translations.
EntityDecoupledTranslationRevisionsTest::$translations property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The translations of the test entity.
EntityDecoupledTranslationRevisionsTest::testRemovedTranslations function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Tests that deleted translations are not accidentally restored.
EntityTranslationSettings class core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php Drupal 7 Entity Translation settings from variables.
EntityTranslationSettings.php file core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
EntityTranslationSettings::count function core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php Gets the source count.
EntityTranslationSettings::fields function core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php Returns available fields on the source.
EntityTranslationSettings::getIds function core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php Defines the source fields uniquely identifying a source row.
EntityTranslationSettings::initializeIterator function core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php Initializes the iterator with the source data.
EntityTranslationSettings::query function core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
EntityTranslationSettingsTest class core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php Tests entity translation settings source plugin.
EntityTranslationSettingsTest.php file core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php
EntityTranslationSettingsTest::$modules property core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php Modules to enable.
EntityTranslationSettingsTest::providerSource function core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php The data provider.
EntityTranslationTest::testTranslationStatus function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests the getTranslationStatus method.
FieldableEntity::getEntityTranslationSourceLanguage function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php Gets an entity source language from the 'entity_translation' table.
FieldTranslationSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests Field translation SQL Storage.

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