Search for entity
- Search 7.x for entity
- Search 8.9.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 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 |
|---|---|---|---|
| EntityStateChangeValidationTest::transitionAccessValidationTestCases | function | core/ |
Test cases for ::testTransitionAccessValidation. |
| EntityStorageBase | class | core/ |
A base entity storage class. |
| EntityStorageBase.php | file | core/ |
|
| EntityStorageBase::$baseEntityClass | property | core/ |
Name of the base entity class. |
| EntityStorageBase::$entityType | property | core/ |
Information about the entity type. |
| EntityStorageBase::$entityTypeId | property | core/ |
Entity type ID for this storage. |
| EntityStorageBase::$idKey | property | core/ |
Name of the entity's ID field in the entity database table. |
| EntityStorageBase::$langcodeKey | property | core/ |
The name of the entity langcode property. |
| EntityStorageBase::$memoryCache | property | core/ |
The memory cache. |
| EntityStorageBase::$memoryCacheTag | property | core/ |
The memory cache tag. |
| EntityStorageBase::$uuidKey | property | core/ |
Name of entity's UUID database table field, if it supports UUIDs. |
| EntityStorageBase::$uuidService | property | core/ |
The UUID service. |
| EntityStorageBase::buildCacheId | function | core/ |
Builds the cache ID for the passed in entity ID. |
| EntityStorageBase::buildPropertyQuery | function | core/ |
Builds an entity query. |
| EntityStorageBase::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
| EntityStorageBase::delete | function | core/ |
Deletes permanently saved entities. |
| EntityStorageBase::doCreate | function | core/ |
Performs storage-specific creation of entities. |
| EntityStorageBase::doDelete | function | core/ |
Performs storage-specific entity deletion. |
| EntityStorageBase::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
| EntityStorageBase::doPostSave | function | core/ |
Performs post save entity processing. |
| EntityStorageBase::doPreSave | function | core/ |
Performs presave entity processing. |
| EntityStorageBase::doSave | function | core/ |
Performs storage-specific saving of the entity. |
| EntityStorageBase::getAggregateQuery | function | core/ |
Gets an aggregated query instance. |
| EntityStorageBase::getEntitiesByClass | function | core/ |
Indexes the given array of entities by their class name and ID. |
| EntityStorageBase::getEntityClass | function | core/ |
Retrieves the class name used to create the entity. |
| EntityStorageBase::getEntityType | function | core/ |
Gets the entity type definition. |
| EntityStorageBase::getEntityTypeId | function | core/ |
Gets the entity type ID. |
| EntityStorageBase::getFromStaticCache | function | core/ |
Gets entities from the static cache. |
| EntityStorageBase::getQuery | function | core/ |
Gets an entity query instance. |
| EntityStorageBase::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
| EntityStorageBase::has | function | core/ |
Determines if this entity already exists in storage. |
| EntityStorageBase::hasData | function | core/ |
Determines if the storage contains any data. |
| EntityStorageBase::invokeHook | function | core/ |
Invokes a hook on behalf of the entity. |
| EntityStorageBase::load | function | core/ |
Loads one entity. |
| EntityStorageBase::loadByProperties | function | core/ |
Load entities by their property values without any access checks. |
| EntityStorageBase::loadMultiple | function | core/ |
Loads one or more entities. |
| EntityStorageBase::loadUnchanged | function | core/ |
Loads an unchanged entity from the database. |
| EntityStorageBase::mapFromStorageRecords | function | core/ |
Maps from storage records to entity objects. |
| EntityStorageBase::postLoad | function | core/ |
Attaches data to entities upon loading. |
| EntityStorageBase::preLoad | function | core/ |
Gathers entities from a 'preload' step. |
| EntityStorageBase::resetCache | function | core/ |
Resets the internal entity cache. |
| EntityStorageBase::restore | function | core/ |
Restores a previously saved entity. |
| EntityStorageBase::save | function | core/ |
Saves the entity permanently. |
| EntityStorageBase::setStaticCache | function | core/ |
Stores entities in the static entity cache. |
| EntityStorageBase::__construct | function | core/ |
Constructs an EntityStorageBase instance. |
| EntityStorageBase::__get | function | core/ |
Warns subclasses not to directly access the deprecated entityClass property. |
| EntityStorageBase::__set | function | core/ |
Warns subclasses not to directly set the deprecated entityClass property. |
| EntityStorageBaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityStorageBase[[api-linebreak]] @group Entity |
| EntityStorageBaseTest.php | file | core/ |
|
| EntityStorageBaseTest::generateEntityInterface | function | core/ |
Generate a mocked entity object. |
Pagination
- Previous page
- Page 101
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.