Search for trans

  1. Search 7.x for trans
  2. Search 8.9.x for trans
  3. Search 10.3.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
FieldOptionTranslationTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php Modules to enable.
FieldOptionTranslationTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php Modules to enable.
FieldOptionTranslationTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php The data provider.
FieldOptionTranslationTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php The data provider.
FieldRenderedEntityTranslationTest class core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Tests the rendering of the 'rendered_entity' field and translations.
FieldRenderedEntityTranslationTest.php file core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
FieldRenderedEntityTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php The theme to install as the default for testing.
FieldRenderedEntityTranslationTest::$entityTypeManager property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php The entity type manager service.
FieldRenderedEntityTranslationTest::$modules property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Modules to enable.
FieldRenderedEntityTranslationTest::$testViews property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
FieldRenderedEntityTranslationTest::assertRows function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Ensures that the rendered results are working as expected.
FieldRenderedEntityTranslationTest::setUp function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Sets up the test.
FieldRenderedEntityTranslationTest::testTranslationRows function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Tests that different translation mechanisms can be used for base fields.
FieldSettings::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php Get the field default/mapped settings.
FieldSettings::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php Performs the associated process.
FieldSettingsTest::testTransformImageSettings function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php Tests transformation of image field settings.
FieldStorageConfig::$translatable property core/modules/field/src/Entity/FieldStorageConfig.php Flag indicating whether the field is translatable.
FieldStorageConfig::isTranslatable function core/modules/field/src/Entity/FieldStorageConfig.php Returns whether the field supports translation.
FieldStorageConfig::setTranslatable function core/modules/field/src/Entity/FieldStorageConfig.php Sets whether the field is translatable.
FieldStorageConfigInterface::setTranslatable function core/modules/field/src/FieldStorageConfigInterface.php Sets whether the field is translatable.
FieldStorageDefinitionInterface::isTranslatable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns whether the field supports translation.
FieldStorageDefinitionInterface::setTranslatable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Sets whether the field supports translation.
FieldTranslationSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests Field translation SQL Storage.
FieldTranslationSqlStorageTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php
FieldTranslationSqlStorageTest::assertFieldStorageLangcode function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Checks whether field languages are correctly stored for the given entity.
FieldTranslationSqlStorageTest::testFieldSqlStorage function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests field SQL storage.
FieldTranslationSynchronizer class core/modules/content_translation/src/FieldTranslationSynchronizer.php Provides field translation synchronization capabilities.
FieldTranslationSynchronizer.php file core/modules/content_translation/src/FieldTranslationSynchronizer.php
FieldTranslationSynchronizer::$entityTypeManager property core/modules/content_translation/src/FieldTranslationSynchronizer.php The entity type manager.
FieldTranslationSynchronizer::$fieldTypeManager property core/modules/content_translation/src/FieldTranslationSynchronizer.php The field type plugin manager.
FieldTranslationSynchronizer::createMergedItem function core/modules/content_translation/src/FieldTranslationSynchronizer.php Creates a merged item.
FieldTranslationSynchronizer::getFieldSynchronizationSettings function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the synchronization settings for the specified field.
FieldTranslationSynchronizer::getFieldSynchronizedProperties function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the synchronized properties for the specified field definition.
FieldTranslationSynchronizer::getOriginalEntity function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the original unchanged entity to be used to detect changes.
FieldTranslationSynchronizer::itemHash function core/modules/content_translation/src/FieldTranslationSynchronizer.php Computes a hash code for the specified item.
FieldTranslationSynchronizer::synchronizeFields function core/modules/content_translation/src/FieldTranslationSynchronizer.php Performs field column synchronization on the given entity.
FieldTranslationSynchronizer::synchronizeItems function core/modules/content_translation/src/FieldTranslationSynchronizer.php Synchronize the items of a single field.
FieldTranslationSynchronizer::__construct function core/modules/content_translation/src/FieldTranslationSynchronizer.php Constructs a FieldTranslationSynchronizer object.
FieldTranslationSynchronizerInterface interface core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Provides field translation synchronization capabilities.
FieldTranslationSynchronizerInterface.php file core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php
FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties function core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Returns the synchronized properties for the specified field definition.
FieldTranslationSynchronizerInterface::synchronizeFields function core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Performs field column synchronization on the given entity.
FieldTranslationSynchronizerInterface::synchronizeItems function core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Synchronize the items of a single field.
FieldType::transform function core/modules/field/src/Plugin/migrate/process/FieldType.php Performs the associated process.
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Performs the associated process.
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Performs the associated process.
FieldUninstallValidator::setStringTranslation function core/modules/field/src/ProxyClass/FieldUninstallValidator.php
field_test_entity_info_translatable function core/modules/field/tests/modules/field_test/field_test.entity.inc Helper function to enable entity translations.
FileCopy::transform function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Performs the associated process.
FileCopyTest::doTransform function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Do an import using the destination.

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