Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityStorageBase::setStaticCache | function | core/ |
Stores entities in the static entity cache. |
| EntityStorageBase::__construct | function | core/ |
Constructs an EntityStorageBase instance. |
| EntityStorageException | class | core/ |
Defines an exception thrown when storage operations fail. |
| EntityStorageException.php | file | core/ |
|
| EntityStorageInterface | interface | core/ |
Defines the interface for entity storage classes. |
| EntityStorageInterface.php | file | core/ |
|
| EntityStorageInterface::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
| EntityStorageInterface::delete | function | core/ |
Deletes permanently saved entities. |
| EntityStorageInterface::deleteRevision | function | core/ |
Delete a specific entity revision. |
| EntityStorageInterface::FIELD_LOAD_CURRENT | constant | core/ |
Load the most recent version of an entity's field data. |
| EntityStorageInterface::FIELD_LOAD_REVISION | constant | core/ |
Load the version of an entity's field data specified in the entity. |
| EntityStorageInterface::getAggregateQuery | function | core/ |
Gets an aggregated query instance. |
| EntityStorageInterface::getEntityType | function | core/ |
Gets the entity type definition. |
| EntityStorageInterface::getEntityTypeId | function | core/ |
Gets the entity type ID. |
| EntityStorageInterface::getQuery | function | core/ |
Gets an entity query instance. |
| EntityStorageInterface::hasData | function | core/ |
Determines if the storage contains any data. |
| EntityStorageInterface::load | function | core/ |
Loads one entity. |
| EntityStorageInterface::loadByProperties | function | core/ |
Load entities by their property values. |
| EntityStorageInterface::loadMultiple | function | core/ |
Loads one or more entities. |
| EntityStorageInterface::loadRevision | function | core/ |
Load a specific entity revision. |
| EntityStorageInterface::loadUnchanged | function | core/ |
Loads an unchanged entity from the database. |
| EntityStorageInterface::resetCache | function | core/ |
Resets the internal, static entity cache. |
| EntityStorageInterface::restore | function | core/ |
Restores a previously saved entity. |
| EntityStorageInterface::save | function | core/ |
Saves the entity permanently. |
| EntityStorageSchemaInterface | interface | core/ |
Defines the interface for entity storage schema handler classes. |
| EntityStorageSchemaInterface.php | file | core/ |
|
| EntityStorageSchemaInterface::requiresEntityDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
| EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges | function | core/ |
Checks if the changes to the entity type requires storage schema changes. |
| EntityTest::$argumentValidator | property | core/ |
The tested argument validator. |
| EntityTest::$entityDisplayRepository | property | core/ |
The entity display repository. |
| EntityTest::$entityRepository | property | core/ |
The entity repository. |
| EntityTest::$entityStorage | property | core/ |
The mocked entity storage. |
| EntityTest::getOwner | function | core/ |
Returns the entity owner's user entity. |
| EntityTest::getOwnerId | function | core/ |
Returns the entity owner's user ID. |
| EntityTest::providerTestTokens | function | core/ |
Data provider for testing different types of tokens. |
| EntityTest::setOwner | function | core/ |
Sets the entity owner's user entity. |
| EntityTest::setOwnerId | function | core/ |
Sets the entity owner's user ID. |
| EntityTest::testRenderWithIdAndToken | function | core/ |
@covers ::render[[api-linebreak]] @covers ::defineOptions[[api-linebreak]] @covers ::init[[api-linebreak]] |
| EntityTestBase::$storage | property | core/ |
|
| EntityTestCompositeConstraintValidator | class | core/ |
Constraint validator for the EntityTestComposite constraint. |
| EntityTestCompositeConstraintValidator.php | file | core/ |
|
| EntityTestCompositeConstraintValidator::$context | property | core/ |
Validator 2.5 and upwards compatible execution context. |
| EntityTestCompositeConstraintValidator::validate | function | core/ |
|
| EntityTestDefinitionSubscriber::$entityLastInstalledSchemaRepository | property | core/ |
The last installed schema repository. |
| EntityTestDefinitionSubscriber::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
| EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
| EntityTestDefinitionSubscriber::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
| EntityTestDefinitionSubscriber::storeDefinitionUpdate | function | core/ |
Stores the installed definition state for the specified event. |
| EntityTestDefinitionSubscriber::storeEvent | function | core/ |
Stores the specified event. |
| EntityTestEntityLevelValidator | class | core/ |
Constraint validator for the EntityTestEntityLevel constraint. |
Pagination
- Previous page
- Page 76
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.