Search for content
- Search 7.x for content
- Search 9.5.x for content
- Search 8.9.x for content
- Search 10.3.x for content
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentEntityFormFieldValidationFilteringTest::$entityTypeId | property | core/ |
The ID of the type of the entity under test. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameFile | property | core/ |
The name of the file field being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameMultiple | property | core/ |
The multi-valued field name being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameSingle | property | core/ |
The single-valued field name being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$modules | property | core/ |
Modules to install. |
ContentEntityFormFieldValidationFilteringTest::setUp | function | core/ |
|
ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors | function | core/ |
Tests field widgets with #limit_validation_errors. |
ContentEntityFormInterface | interface | core/ |
Defines a common interface for content entity form classes. |
ContentEntityFormInterface.php | file | core/ |
|
ContentEntityFormInterface::getFormDisplay | function | core/ |
Gets the form display. |
ContentEntityFormInterface::getFormLangcode | function | core/ |
Gets the code identifying the active form language. |
ContentEntityFormInterface::isDefaultFormLangcode | function | core/ |
Checks whether the current form language matches the entity one. |
ContentEntityFormInterface::setFormDisplay | function | core/ |
Sets the form display. |
ContentEntityFormInterface::validateForm | function | core/ |
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 ContentEntityBase::hasTranslationChanges(). |
ContentEntityHasChangesTest.php | file | core/ |
|
ContentEntityHasChangesTest::$bundle | property | core/ |
Bundle of entity. |
ContentEntityHasChangesTest::$modules | property | core/ |
Modules to install. |
ContentEntityHasChangesTest::setUp | function | core/ |
|
ContentEntityHasChangesTest::testHasTranslationChanges | function | core/ |
Tests the correct functionality of the hasTranslationChanges() function. |
ContentEntityInterface | interface | core/ |
Defines a common interface for all content entity objects. |
ContentEntityInterface.php | file | core/ |
|
ContentEntityNonRevisionableFieldTest | class | core/ |
Tests non-revisionable fields on revisionable (and translatable) entities. |
ContentEntityNonRevisionableFieldTest.php | file | core/ |
|
ContentEntityNonRevisionableFieldTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
ContentEntityNonRevisionableFieldTest::$entityFieldManager | property | core/ |
The entity field manager. |
ContentEntityNonRevisionableFieldTest::$modules | property | core/ |
Modules to install. |
ContentEntityNonRevisionableFieldTest::$mulRev | property | core/ |
The EntityTestMulRev entity type storage. |
ContentEntityNonRevisionableFieldTest::$rev | property | core/ |
The EntityTestRev entity type storage. |
ContentEntityNonRevisionableFieldTest::setUp | function | core/ |
|
ContentEntityNonRevisionableFieldTest::testMulNonRevisionableField | function | core/ |
Tests non-revisionable fields on revisionable and translatable entities. |
ContentEntityNonRevisionableFieldTest::testMultiColumnNonRevisionableBaseField | function | core/ |
Tests multi column non revisionable base field for revisionable entity. |
ContentEntityNonRevisionableFieldTest::testNonRevisionableField | function | core/ |
Tests non-revisionable fields on revisionable entities. |
ContentEntityNormalizer | class | core/ |
Normalizes/denormalizes Drupal content entities into an array structure. |
ContentEntityNormalizer.php | file | core/ |
|
ContentEntityNormalizer::getSupportedTypes | function | core/ |
|
ContentEntityNormalizer::normalize | function | core/ |
|
ContentEntityNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\serialization\Normalizer\ContentEntityNormalizer @group serialization |
ContentEntityNormalizerTest.php | file | core/ |
|
ContentEntityNormalizerTest::$contentEntityNormalizer | property | core/ |
The normalizer under test. |
ContentEntityNormalizerTest::$serializer | property | core/ |
The mock serializer. |
ContentEntityNormalizerTest::createMockFieldListItem | function | core/ |
Creates a mock field list item. |
ContentEntityNormalizerTest::createMockForContentEntity | function | core/ |
Creates a mock content entity. |
ContentEntityNormalizerTest::setUp | function | core/ |
|
ContentEntityNormalizerTest::testNormalize | function | core/ |
Tests the normalize() method. |
ContentEntityNormalizerTest::testNormalizeWithAccountContext | function | core/ |
Tests the normalize() method with account context passed. |
ContentEntityNormalizerTest::testSupportsNormalization | function | core/ |
@covers ::supportsNormalization |
ContentEntityNullStorage | class | core/ |
Defines a null entity storage. |
ContentEntityNullStorage.php | file | core/ |
|
ContentEntityNullStorage::countFieldData | function | core/ |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.