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
ExcludedModulesEventSubscriber::onConfigTransformExport function core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php Transform the storage which is used to export the configuration.
ExcludedModulesEventSubscriber::onConfigTransformImport function core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php Transform the storage which is used to import the configuration.
ExecutionContext::$translationDomain property core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php
ExecutionContext::$translator property core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php
ExecutionContextFactory::$translationDomain property core/lib/Drupal/Core/TypedData/Validation/ExecutionContextFactory.php
ExecutionContextFactory::$translator property core/lib/Drupal/Core/TypedData/Validation/ExecutionContextFactory.php
Explode::transform function core/modules/migrate/src/Plugin/migrate/process/Explode.php Performs the associated process.
ExplodeTest::testChainedTransform function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests if the explode process can be chained with handles_multiple process.
ExplodeTest::testTransform function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests explode transform process works.
ExplodeTest::testTransformLimit function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests explode transform process works with a limit.
external_translated_test_node.yml file core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node.yml core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node.yml
external_translated_test_node_translation.yml file core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml
Extract::transform function core/modules/migrate/src/Plugin/migrate/process/Extract.php Performs the associated process.
FieldableEntity::getEntityTranslationSourceLanguage function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php Gets an entity source language from the 'entity_translation' table.
FieldableEntity::isEntityTranslatable function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php Checks if an entity type uses Entity Translation.
FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts that an entity type is neither revisionable nor translatable.
FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts the revisionable / translatable characteristics of an entity type.
FieldableEntityDefinitionUpdateTest::assertTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts the translatable characteristics of an entity type.
FieldableEntityInterface::getTranslatableFields function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets an array of field item lists for translatable fields.
FieldBundle::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php Performs the associated process.
FieldConfigBase::$translatable property core/lib/Drupal/Core/Field/FieldConfigBase.php Flag indicating whether the field is translatable.
FieldConfigBase::isTranslatable function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns whether the field is translatable.
FieldConfigBase::setTranslatable function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets whether the field is translatable.
FieldConfigInterface::setTranslatable function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets whether the field is translatable.
FieldDefinition::isTranslatable function core/lib/Drupal/Core/Field/FieldDefinition.php Returns whether the field is translatable.
FieldDefinition::setTranslatable function core/lib/Drupal/Core/Field/FieldDefinition.php Sets whether the field is translatable.
FieldDefinitionInterface::isTranslatable function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns whether the field is translatable.
FieldDefinitionTest::$storageSupportsTranslation property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A flag for setting if the field storage supports translation.
FieldDefinitionTest::testFieldTranslatable function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests field translatable methods.
FieldEntityTranslationTest class core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Tests the rendering of fields (base fields) and their translations.
FieldEntityTranslationTest.php file core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
FieldEntityTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php The theme to install as the default for testing.
FieldEntityTranslationTest::$modules property core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Modules to enable.
FieldEntityTranslationTest::$testViews property core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
FieldEntityTranslationTest::assertRows function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Ensures that the rendered results are working as expected.
FieldEntityTranslationTest::setUp function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Sets up the test.
FieldEntityTranslationTest::testTranslationRows function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Tests that different translation mechanisms can be used for base fields.
FieldFile::transform function core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Performs the associated process.
FieldFileTest::testTransformAltTitle function core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php Tests that alt and title attributes are included in transformed values.
FieldFormatterSettingsDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php Set field formatter settings when the map didn't map: for date
formatters, the fallback format, for everything else, empty array.
FieldInstanceDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php Set the field instance defaults.
FieldInstanceDefaults::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php Performs the associated process.
FieldInstanceLabelDescriptionTranslationTest class core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php Tests the field label and description translation source plugin.
FieldInstanceLabelDescriptionTranslationTest class core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php Tests the field label and description translation source plugin.
FieldInstanceLabelDescriptionTranslationTest.php file core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php
FieldInstanceLabelDescriptionTranslationTest.php file core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php
FieldInstanceLabelDescriptionTranslationTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php Modules to enable.
FieldInstanceLabelDescriptionTranslationTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php Modules to enable.
FieldInstanceLabelDescriptionTranslationTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php The data provider.
FieldInstanceLabelDescriptionTranslationTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php The data provider.

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