Search for trans

  1. Search 7.x for trans
  2. Search 9.5.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
EntityTranslationTest::testDeleteEntityTranslation function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests if entity translation statuses are correct after removing two
translation.
EntityTranslationTest::testEntityAdapter function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests how entity adapters work with translations.
EntityTranslationTest::testEntityLanguageMethods function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests language related methods of the Entity class.
EntityTranslationTest::testEntityTranslationAPI function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests the Entity Translation API behavior.
EntityTranslationTest::testFieldDefinitions function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Check that field translatability is handled properly.
EntityTranslationTest::testFieldEntityReference function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests if entity references are correct after adding a new translation.
EntityTranslationTest::testLanguageChange function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests that changing entity language does not break field language.
EntityTranslationTest::testLanguageFallback function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests language fallback applied to field and entity translations.
EntityTranslationTest::testMultilingualProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests multilingual properties.
EntityTranslationTest::testTranslationObjectCache function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests the translation object cache.
EntityTranslationTest::testTranslationStatus function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests the getTranslationStatus method.
EntityType::$translatable property core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities of this type have multilingual support.
EntityType::isTranslatable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities of this type have multilingual support.
EntityTypeInterface::isTranslatable function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates whether entities of this type have multilingual support.
EntityTypeManager::$stringTranslation property core/lib/Drupal/Core/Entity/EntityTypeManager.php The string translation service.
EntityTypeManagerTest::$translationManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php The translation manager.
EntityUntranslatableFieldsConstraint class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php Validation constraint for the entity changed timestamp.
EntityUntranslatableFieldsConstraint.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php
EntityUntranslatableFieldsConstraint::$defaultRevisionMessage property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php
EntityUntranslatableFieldsConstraint::$defaultTranslationMessage property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php
EntityUntranslatableFieldsConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Validates the EntityChanged constraint.
EntityUntranslatableFieldsConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
EntityUntranslatableFieldsConstraintValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php The entity type manager.
EntityUntranslatableFieldsConstraintValidator::create function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Instantiates a new instance of this class.
EntityUntranslatableFieldsConstraintValidator::hasUntranslatableFieldsChanges function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Checks whether an entity has untranslatable field changes.
EntityUntranslatableFieldsConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
EntityUntranslatableFieldsConstraintValidator::__construct function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php Constructs an EntityUntranslatableFieldsConstraintValidator object.
EntityUpdateAddRevisionTranslationAffectedTest class core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php Tests the upgrade path for adding the 'revision_translation_affected' field.
EntityUpdateAddRevisionTranslationAffectedTest.php file core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php
EntityUpdateAddRevisionTranslationAffectedTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php The theme to install as the default for testing.
EntityUpdateAddRevisionTranslationAffectedTest::$modules property core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php Modules to enable after the database is loaded.
EntityUpdateAddRevisionTranslationAffectedTest::$state property core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php The state service.
EntityUpdateAddRevisionTranslationAffectedTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php Set database dump files to be used.
EntityUpdateAddRevisionTranslationAffectedTest::setUp function core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php Overrides WebTestBase::setUp() for update testing.
EntityUpdateAddRevisionTranslationAffectedTest::testAddingTheRevisionTranslationAffectedField function core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php Tests the addition of the 'revision_translation_affected' base field.
EntityUpdateAddRevisionTranslationAffectedTest::testDeletedEntityType function core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php Tests the 'revision_translation_affected' field on a deleted entity type.
EntityUrlLanguageTest::createTranslatableEntity function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Creates a translated entity.
EntityViewsData::$translationManager property core/modules/views/src/EntityViewsData.php The translation manager.
EntityViewsDataTest::$translationManager property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked translation manager.
entity_test_entity_test_mulrev_changed_translation_create function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_create() for 'entity_test_mulrev_changed'.
entity_test_entity_test_mulrev_changed_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete().
entity_test_entity_test_mulrev_changed_translation_insert function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mulrev'.
entity_test_entity_test_mulrev_translation_create function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_create().
entity_test_entity_test_mulrev_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mulrev'.
entity_test_entity_test_mulrev_translation_insert function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_insert().
entity_test_entity_test_mul_changed_translation_create function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_create() for 'entity_test_mul_changed'.
entity_test_entity_test_mul_changed_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete().
entity_test_entity_test_mul_changed_translation_insert function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mul_changed'.
entity_test_entity_test_mul_langcode_key_translation_create function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_create() for 'entity_test_mul_langcode_key'.
entity_test_entity_test_mul_langcode_key_translation_delete function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul_langcode_key'.

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