ContentEntityNonRevisionableFieldTest::$rev |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
The EntityTestRev entity type storage. |
ContentEntityNonRevisionableFieldTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
|
ContentEntityNonRevisionableFieldTest::testMulNonRevisionableField |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
Tests non-revisionable fields on revisionable and translatable entities. |
ContentEntityNonRevisionableFieldTest::testMultiColumnNonRevisionableBaseField |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
Tests multi column non revisionable base field for revisionable entity. |
ContentEntityNonRevisionableFieldTest::testNonRevisionableField |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
Tests non-revisionable fields on revisionable entities. |
ContentEntityNormalizerTest::createMockFieldListItem |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
Creates a mock field list item. |
ContentEntityNullStorage::countFieldData |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
ContentEntityNullStorage::doDeleteFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
Deletes entity field values from the storage. |
ContentEntityNullStorage::doDeleteRevisionFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
Deletes field values of an entity revision from the storage. |
ContentEntityNullStorage::doLoadMultipleRevisionsFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
Actually loads revision field item values from the storage. |
ContentEntityNullStorage::doSaveFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
Writes entity field values to the storage. |
ContentEntityNullStorage::purgeFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
Removes field items from storage per entity during purge. |
ContentEntityNullStorage::readFieldItemsToPurge |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
Reads values to be purged for a single field. |
ContentEntityStorageBase::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
The entity field manager service. |
ContentEntityStorageBase::doDeleteFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Deletes entity field values from the storage. |
ContentEntityStorageBase::doDeleteRevisionFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Deletes field values of an entity revision from the storage. |
ContentEntityStorageBase::doLoadMultipleRevisionsFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Actually loads revision field item values from the storage. |
ContentEntityStorageBase::doSaveFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Writes entity field values to the storage. |
ContentEntityStorageBase::getRevisionTranslationMergeSkippedFieldNames |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Returns an array of field names to skip when merging revision translations. |
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 |
|
ContentEntityStorageBase::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
|
ContentEntityStorageBase::onFieldDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
|
ContentEntityStorageBase::onFieldStorageDefinitionCreate |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
|
ContentEntityStorageBase::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
|
ContentEntityStorageBase::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
|
ContentEntityStorageBase::purgeFieldData |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
|
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 |
|
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 enable. |
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 |
|