| ContentEntityStorageBase::hasFieldValueChanged |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Checks whether the field values changed compared to the original entity. |
| ContentEntityStorageBase::initFieldValues |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Initializes field values. |
| ContentEntityStorageBase::invokeFieldMethod |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Invokes a method on the Field objects within an entity. |
| ContentEntityStorageBase::invokeFieldPostSave |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Invokes the post save method on the Field objects within an entity. |
| ContentEntityStorageBase::onFieldDefinitionCreate |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Reacts to the creation of a field. |
| ContentEntityStorageBase::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Reacts to the deletion of a field. |
| ContentEntityStorageBase::onFieldDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Reacts to the update of a field. |
| ContentEntityStorageBase::onFieldStorageDefinitionCreate |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Reacts to the creation of a field storage definition. |
| ContentEntityStorageBase::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Reacts to the deletion of a field storage definition. |
| ContentEntityStorageBase::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Reacts to the update of a field storage definition. |
| ContentEntityStorageBase::purgeFieldData |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Purges a batch of field data. |
| ContentEntityStorageBase::purgeFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Removes field items from storage per entity during purge. |
| ContentEntityStorageBase::readFieldItemsToPurge |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Reads values to be purged for a single field. |
| ContentEntityTest::$fieldName |
property |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php |
The name of the field used in this test. |
| ContentModerationState::baseFieldDefinitions |
function |
core/modules/content_moderation/src/Entity/ContentModerationState.php |
Provides base field definitions for an entity type. |
| ContentModerationState::getFieldsToSkipFromTranslationChangesCheck |
function |
core/modules/content_moderation/src/Entity/ContentModerationState.php |
Returns an array of field names to skip in ::hasTranslationChanges. |
| ContentModerationStateTest::testModerationWithFieldConfigOverride |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
Tests moderation when the moderation_state field has a config override. |
| ContentTranslationController::$entityFieldManager |
property |
core/modules/content_translation/src/Controller/ContentTranslationController.php |
The entity field manager. |
| ContentTranslationEntityBundleInfoTest::testFieldSynchronizationWithDisabledBundle |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that field synchronization is skipped for disabled bundles. |
| ContentTranslationFieldSyncRevisionTest |
class |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Tests the field synchronization logic when revisions are involved. |
| ContentTranslationFieldSyncRevisionTest.php |
file |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
|
| ContentTranslationFieldSyncRevisionTest::$contentTranslationManager |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
The content translation manager. |
| ContentTranslationFieldSyncRevisionTest::$fieldName |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
The synchronized field name. |
| ContentTranslationFieldSyncRevisionTest::$modules |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Modules to install. |
| ContentTranslationFieldSyncRevisionTest::$storage |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
The test entity storage. |
| ContentTranslationFieldSyncRevisionTest::assertLatestRevisionFieldValues |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Asserts that the latest revision has the expected field values. |
| ContentTranslationFieldSyncRevisionTest::assertViolations |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Asserts that the expected violations were found. |
| ContentTranslationFieldSyncRevisionTest::createRevision |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Creates a new revision starting from the latest translation-affecting one. |
| ContentTranslationFieldSyncRevisionTest::saveNewEntity |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
|
| ContentTranslationFieldSyncRevisionTest::setUntranslatableFieldWidgetsDisplay |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Sets untranslatable field widgets' display status. |
| ContentTranslationFieldSyncRevisionTest::setUp |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
|
| ContentTranslationFieldSyncRevisionTest::testChangeDefaultLanguageNonTranslatableFieldsHidden |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Tests changing the default language of an entity. |
| ContentTranslationFieldSyncRevisionTest::testFieldSynchronizationAndValidation |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Checks that field synchronization works as expected with revisions. |
| ContentTranslationFieldSyncRevisionTest::testFileFieldSynchronization |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Checks that file field synchronization works as expected. |
| ContentTranslationHandler::$fieldStorageDefinitions |
property |
core/modules/content_translation/src/ContentTranslationHandler.php |
Installed field storage definitions for the entity type. |
| 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 |
Returns a set of field definitions to be used to store metadata items. |
| ContentTranslationHandlerInterface::getFieldDefinitions |
function |
core/modules/content_translation/src/ContentTranslationHandlerInterface.php |
Returns a set of field definitions to be used to store metadata items. |
| 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 |
The theme to install as the default for testing. |
| 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 |
Modules to install. |
| ContentTranslationMetadataFieldsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
| ContentTranslationMetadataFieldsTest::setupBundle |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Creates or initializes the bundle date if needed. |
| 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. |