Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 10.3.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines a argument validator plugin for each entity type. |
Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
Entity | class | core/ |
Provides a generic destination to import entities. |
Entity | class | core/ |
|
Entity | class | core/ |
This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
Entity | class | core/ |
Defines a base entity class. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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… |
ContentEntityFormTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\ContentEntityForm @group Entity |
ContentEntityFormTest.php | file | core/ |
|
ContentEntityFormTest::testEntityManagerDeprecation | function | core/ |
Tests the constructor bc layer for injecting the entity manager. |
ContentEntityHasChangesTest | class | core/ |
Tests ContentEntityBase::hasTranslationChanges(). |
ContentEntityHasChangesTest.php | file | core/ |
|
ContentEntityHasChangesTest::$bundle | property | core/ |
Bundle of entity. |
ContentEntityHasChangesTest::$modules | property | core/ |
Modules to enable. |
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::$modules | property | core/ |
Modules to enable. |
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 | class | core/ |
Converts the Drupal entity object structure to a HAL array structure. |
ContentEntityNormalizer.php | file | core/ |
|
ContentEntityNormalizer.php | file | core/ |
|
ContentEntityNormalizer::$deprecatedProperties | property | core/ |
|
ContentEntityNormalizer::$linkManager | property | core/ |
The hypermedia link manager. |
ContentEntityNormalizer::$moduleHandler | property | core/ |
The module handler. |
ContentEntityNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ContentEntityNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ContentEntityNormalizer::denormalize | function | core/ |
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize(). |
ContentEntityNormalizer::getEntityUri | function | core/ |
Constructs the entity URI. |
ContentEntityNormalizer::getTypedDataIds | function | core/ |
Gets the typed data IDs for a type URI. |
ContentEntityNormalizer::normalize | function | core/ |
|
ContentEntityNormalizer::normalize | function | core/ |
|
ContentEntityNormalizer::__construct | function | core/ |
Constructs an ContentEntityNormalizer object. |
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. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.