| ContentEntityFormFieldValidationFilteringTest::$fieldNameMultiple |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The multi-valued field name being tested with the entity type. |
| ContentEntityFormFieldValidationFilteringTest::$fieldNameSingle |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The single-valued field name being tested with the entity type. |
| ContentEntityFormFieldValidationFilteringTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
|
| ContentEntityFormFieldValidationFilteringTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
|
| ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
Tests field widgets with #limit_validation_errors. |
| ContentEntityFormInterface::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Gets the form display. |
| ContentEntityFormInterface::isDefaultFormLangcode |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Checks whether the current form language matches the entity one. |
| ContentEntityFormInterface::setFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Sets the form display. |
| ContentEntityHasChangesTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
Tests ContentEntityBase::hasTranslationChanges(). |
| ContentEntityHasChangesTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
|
| ContentEntityHasChangesTest::$bundle |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
Bundle of entity. |
| ContentEntityHasChangesTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
|
| ContentEntityHasChangesTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
|
| ContentEntityHasChangesTest::testHasTranslationChanges |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
Tests the correct functionality of the hasTranslationChanges() function. |
| ContentEntityNonRevisionableFieldTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
Tests non-revisionable fields on revisionable (and translatable) entities. |
| ContentEntityNonRevisionableFieldTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
|
| ContentEntityNonRevisionableFieldTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
The entity definition update manager. |
| ContentEntityNonRevisionableFieldTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
|
| ContentEntityNonRevisionableFieldTest::$mulRev |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
The EntityTestMulRev entity type storage. |
| 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. |
| ContentEntityNormalizer::getSupportedTypes |
function |
core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php |
|
| ContentEntityNormalizerTest |
class |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
Tests Drupal\serialization\Normalizer\ContentEntityNormalizer. |
| ContentEntityNormalizerTest.php |
file |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
|
| ContentEntityNormalizerTest::$contentEntityNormalizer |
property |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
The normalizer under test. |
| ContentEntityNormalizerTest::$serializer |
property |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
The mock serializer. |
| ContentEntityNormalizerTest::createMockFieldListItem |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
Creates a mock field list item. |
| ContentEntityNormalizerTest::createStubForContentEntity |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
Creates a stub content entity. |
| ContentEntityNormalizerTest::setUp |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
|
| ContentEntityNormalizerTest::testNormalize |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
Tests the normalize() method. |
| ContentEntityNormalizerTest::testNormalizeWithAccountContext |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
Tests the normalize() method with account context passed. |
| ContentEntityNormalizerTest::testSupportsNormalization |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
Tests supports normalization. |
| ContentEntityNullStorage |
class |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
Defines a null entity storage. |
| ContentEntityNullStorage.php |
file |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::countFieldData |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::delete |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::deleteRevision |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::doDelete |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::doDeleteFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::doDeleteRevisionFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::doLoadMultiple |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::doLoadMultipleRevisionsFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::doSave |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::doSaveFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::getQueryServiceName |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::has |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|
| ContentEntityNullStorage::hasData |
function |
core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php |
|