ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
|
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
The theme to install as the default for testing. |
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
The ID of the type of the entity under test. |
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$fieldName |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
The field name with multiple properties being test with the entity type. |
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
Modules to install. |
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
|
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::testCorrectUserInputMappingOnComplexFields |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
Tests the correct user input mapping on complex fields. |
ContentEntityFormFieldValidationFilteringTest |
class |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
Tests field validation filtering on content entity forms. |
ContentEntityFormFieldValidationFilteringTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
|
ContentEntityFormFieldValidationFilteringTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The theme to install as the default for testing. |
ContentEntityFormFieldValidationFilteringTest::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The ID of the type of the entity under test. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameFile |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The name of the file field being tested with the entity type. |
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 |
Modules to install. |
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 |
interface |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Defines a common interface for content entity form classes. |
ContentEntityFormInterface.php |
file |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
|
ContentEntityFormInterface::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Gets the form display. |
ContentEntityFormInterface::getFormLangcode |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Gets the code identifying the active form language. |
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. |
ContentEntityFormInterface::validateForm |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Note that extending classes should not override this method to add entity
validation logic, but define further validation constraints using the
entity validation API and/or provide a new validation constraint if
necessary. This is the only way to… |
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 |
Modules to install. |
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. |
ContentEntityInterface |
interface |
core/lib/Drupal/Core/Entity/ContentEntityInterface.php |
Defines a common interface for all content entity objects. |
ContentEntityInterface.php |
file |
core/lib/Drupal/Core/Entity/ContentEntityInterface.php |
|
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::$entityFieldManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
The entity field manager. |
ContentEntityNonRevisionableFieldTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
Modules to install. |
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 |
class |
core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php |
Normalizes/denormalizes Drupal content entities into an array structure. |
ContentEntityNormalizer.php |
file |
core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php |
|
ContentEntityNormalizer::getSupportedTypes |
function |
core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php |
|
ContentEntityNormalizer::normalize |
function |
core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php |
|
ContentEntityNormalizerTest |
class |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
@coversDefaultClass \Drupal\serialization\Normalizer\ContentEntityNormalizer
@group serialization |
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. |