| ContentTranslationHandler::checkFieldStorageDefinitionTranslatability |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Checks the field storage definition for translatability support. |
| ContentTranslationHandler::getFieldDefinitions |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
|
| ContentTranslationHandlerInterface::getFieldDefinitions |
function |
core/modules/content_translation/src/ContentTranslationHandlerInterface.php |
Returns a set of field definitions to be used to store metadata items. |
| ContentTranslationHooks::entityBaseFieldInfo |
function |
core/modules/content_translation/src/Hook/ContentTranslationHooks.php |
Implements hook_entity_base_field_info(). |
| ContentTranslationHooks::entityExtraFieldInfo |
function |
core/modules/content_translation/src/Hook/ContentTranslationHooks.php |
Implements hook_entity_extra_field_info(). |
| ContentTranslationHooks::fieldInfoAlter |
function |
core/modules/content_translation/src/Hook/ContentTranslationHooks.php |
Implements hook_field_info_alter(). |
| ContentTranslationHooks::installFieldStorageDefinitions |
function |
core/modules/content_translation/src/Hook/ContentTranslationHooks.php |
Installs Content Translation's fields for a given entity type. |
| ContentTranslationMetadataFieldsTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Tests the Content Translation metadata fields handling. |
| ContentTranslationMetadataFieldsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
| ContentTranslationMetadataFieldsTest::$bundle |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The bundle being tested. |
| ContentTranslationMetadataFieldsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
| ContentTranslationMetadataFieldsTest::$entityTypeId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The entity type being tested. |
| ContentTranslationMetadataFieldsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
| ContentTranslationMetadataFieldsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
| ContentTranslationMetadataFieldsTest::setupBundle |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
| ContentTranslationMetadataFieldsTest::testSetTranslatable |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Tests setting translatable metadata fields. |
| ContentTranslationMetadataFieldsTest::testSkipUntranslatable |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Tests skipping setting non translatable metadata fields. |
| ContentTranslationMetadataWrapper::setFieldOnlyIfTranslatable |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Updates a field value, only if the field is translatable. |
| ContentTranslationModuleInstallTest::testFieldUpdates |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
Tests that content translation fields are created upon module installation. |
| ContentTranslationSettingsTest::testFieldTranslatableSettingsUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php |
Tests that field setting depends on bundle translatability. |
| ContentTranslationStandardFieldsTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
Tests the Content translation settings. |
| ContentTranslationStandardFieldsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
|
| ContentTranslationStandardFieldsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
|
| ContentTranslationStandardFieldsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
|
| ContentTranslationStandardFieldsTest::$profile |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
|
| ContentTranslationStandardFieldsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
|
| ContentTranslationStandardFieldsTest::testFieldTranslatableArticle |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
Tests that translatable fields are being rendered. |
| ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php |
Tests that revision_log is not translatable. |
| ContentTranslationSynchronizedFieldsConstraint |
class |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php |
Validation constraint for the entity changed timestamp. |
| ContentTranslationSynchronizedFieldsConstraint.php |
file |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php |
|
| ContentTranslationSynchronizedFieldsConstraint::__construct |
function |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php |
|
| ContentTranslationSynchronizedFieldsConstraintValidator |
class |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
Checks that synchronized fields are handled correctly in pending revisions. |
| ContentTranslationSynchronizedFieldsConstraintValidator.php |
file |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
|
| ContentTranslationSynchronizedFieldsConstraintValidator::$contentTranslationManager |
property |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
The content translation manager. |
| ContentTranslationSynchronizedFieldsConstraintValidator::$entityTypeManager |
property |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
The entity type manager. |
| ContentTranslationSynchronizedFieldsConstraintValidator::$synchronizer |
property |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
The field translation synchronizer. |
| ContentTranslationSynchronizedFieldsConstraintValidator::create |
function |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
|
| ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalEntity |
function |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
Returns the original unchanged entity to be used to detect changes. |
| 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::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 synchronization. |
| ContentTranslationSyncUnitTest::$unchangedFieldValues |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php |
The unchanged field values. |
| ContentTranslationSyncUnitTest::testFieldSync |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php |
Tests the field synchronization algorithm. |
| ContentTranslationTestBase::$fieldName |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The name of the field used to test translation. |
| ContentTranslationTestBase::setupTestFields |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Creates the test fields. |
| ContentTranslationUITestBase::getChangedFieldName |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns the name of the field that implements the changed timestamp. |