Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 11.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines an 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. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ContentEntityBase::id | function | core/ |
Gets the identifier. |
ContentEntityBase::initializeTranslation | function | core/ |
Instantiates a translation object for an existing translation. |
ContentEntityBase::isDefaultRevision | function | core/ |
|
ContentEntityBase::isDefaultTranslation | function | core/ |
|
ContentEntityBase::isDefaultTranslationAffectedOnly | function | core/ |
|
ContentEntityBase::isLatestRevision | function | core/ |
|
ContentEntityBase::isLatestTranslationAffectedRevision | function | core/ |
|
ContentEntityBase::isNewRevision | function | core/ |
|
ContentEntityBase::isNewTranslation | function | core/ |
|
ContentEntityBase::isRevisionTranslationAffected | function | core/ |
|
ContentEntityBase::isRevisionTranslationAffectedEnforced | function | core/ |
|
ContentEntityBase::isTranslatable | function | core/ |
|
ContentEntityBase::isValidationRequired | function | core/ |
|
ContentEntityBase::label | function | core/ |
Gets the label of the entity. |
ContentEntityBase::language | function | core/ |
Gets the language of the entity. |
ContentEntityBase::onChange | function | core/ |
|
ContentEntityBase::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
ContentEntityBase::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
ContentEntityBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
ContentEntityBase::preSaveRevision | function | core/ |
|
ContentEntityBase::referencedEntities | function | core/ |
Gets a list of entities referenced by this entity. |
ContentEntityBase::removeTranslation | function | core/ |
|
ContentEntityBase::set | function | core/ |
|
ContentEntityBase::setDefaultLangcode | function | core/ |
Populates the local cache for the default language code. |
ContentEntityBase::setDefaultTranslationEnforced | function | core/ |
Set or clear an override of the isDefaultTranslation() result. |
ContentEntityBase::setNewRevision | function | core/ |
|
ContentEntityBase::setRevisionTranslationAffected | function | core/ |
|
ContentEntityBase::setRevisionTranslationAffectedEnforced | function | core/ |
|
ContentEntityBase::setValidationRequired | function | core/ |
|
ContentEntityBase::toArray | function | core/ |
Gets an array of all property values. |
ContentEntityBase::updateFieldLangcodes | function | core/ |
Updates language for already instantiated fields. |
ContentEntityBase::updateLoadedRevisionId | function | core/ |
|
ContentEntityBase::updateOriginalValues | function | core/ |
Updates the original values with the interim changes. |
ContentEntityBase::uuid | function | core/ |
Gets the entity UUID (Universally Unique Identifier). |
ContentEntityBase::validate | function | core/ |
|
ContentEntityBase::wasDefaultRevision | function | core/ |
|
ContentEntityBase::__clone | function | core/ |
Magic method: Implements a deep clone. |
ContentEntityBase::__construct | function | core/ |
Constructs an Entity object. |
ContentEntityBase::__get | function | core/ |
Implements the magic method for getting object properties. |
ContentEntityBase::__isset | function | core/ |
Implements the magic method for isset(). |
ContentEntityBase::__set | function | core/ |
Implements the magic method for setting object properties. |
ContentEntityBase::__sleep | function | core/ |
|
ContentEntityBase::__unset | function | core/ |
Implements the magic method for unset(). |
ContentEntityBaseMockableClass | class | core/ |
A class extending ContentEntityBase for mocking purposes. |
ContentEntityBaseMockableClass.php | file | core/ |
|
ContentEntityBaseUnitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\ContentEntityBase @group Entity @group Access |
ContentEntityBaseUnitTest.php | file | core/ |
|
ContentEntityBaseUnitTest::$bundle | property | core/ |
The bundle of the entity under test. |
ContentEntityBaseUnitTest::$entity | property | core/ |
The entity under test. |
ContentEntityBaseUnitTest::$entityFieldManager | property | core/ |
The entity field manager used for testing. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.