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
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalTranslation function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the original translation.
ContentTranslationSynchronizedFieldsConstraintValidator::getSynchronizedPropertiesByField function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the synchronized properties for every specified field.
ContentTranslationSynchronizedFieldsConstraintValidator::hasSynchronizedPropertyChanges function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Checks whether any synchronized property has changes.
ContentTranslationSynchronizedFieldsConstraintValidator::validate function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
ContentTranslationSynchronizedFieldsConstraintValidator::__construct function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php ContentTranslationSynchronizedFieldsConstraintValidator constructor.
ContentTranslationSyncImageTest class core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Tests the field synchronization behavior for the image field.
ContentTranslationSyncImageTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php
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.
ContentTranslationTestBase class core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Base class for content translation tests.
ContentTranslationTestBase class core/modules/content_translation/src/Tests/ContentTranslationTestBase.php Base class for content translation tests.
ContentTranslationTestBase.php file core/modules/content_translation/src/Tests/ContentTranslationTestBase.php
ContentTranslationTestBase.php file core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php
ContentTranslationTestBase::$administrator property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The account to be used to test access to both workflows.
ContentTranslationTestBase::$administrator property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php The account to be used to test access to both workflows.
ContentTranslationTestBase::$bundle property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php The bundle being tested.
ContentTranslationTestBase::$bundle property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The bundle being tested.
ContentTranslationTestBase::$controller property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The translation controller for the current entity type.
ContentTranslationTestBase::$controller property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php The translation controller for the current entity type.
ContentTranslationTestBase::$editor property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php The account to be used to test multilingual entity editing.
ContentTranslationTestBase::$editor property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The account to be used to test multilingual entity editing.
ContentTranslationTestBase::$entityTypeId property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The entity type being tested.
ContentTranslationTestBase::$entityTypeId property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php The entity type being tested.
ContentTranslationTestBase::$fieldName property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php The name of the field used to test translation.
ContentTranslationTestBase::$fieldName property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The name of the field used to test translation.
ContentTranslationTestBase::$langcodes property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The added languages.
ContentTranslationTestBase::$langcodes property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php The added languages.
ContentTranslationTestBase::$manager property core/modules/content_translation/src/Tests/ContentTranslationTestBase.php
ContentTranslationTestBase::$manager property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php
ContentTranslationTestBase::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Modules to enable.

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