Search for storage
- Search 7.x for storage
 - Search 9.5.x for storage
 - Search 8.9.x for storage
 - Search 10.3.x for storage
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| 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. | 
| EntityStorageBaseTest | class | core/ | 
                                                                                        Tests Drupal\Core\Entity\EntityStorageBase. | 
| EntityStorageBaseTest.php | file | core/ | 
                                                                                        |
| EntityStorageBaseTest::generateEntityInterface | function | core/ | 
                                                                                        Generate a mocked entity object. | 
| EntityStorageBaseTest::providerLoad | function | core/ | 
                                                                                        Data provider for testLoad(). | 
| EntityStorageBaseTest::providerLoadMultiple | function | core/ | 
                                                                                        Data provider for testLoadMultiple. | 
| EntityStorageBaseTest::testLoad | function | core/ | 
                                                                                        Tests load. | 
| EntityStorageBaseTest::testLoadMultiple | function | core/ | 
                                                                                        Test loadMultiple(). | 
| 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::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::getEntityClass | function | core/ | 
                                                                                        Retrieves the class name used to create the entity. | 
| 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 without any access checks. | 
| EntityStorageInterface::loadMultiple | function | core/ | 
                                                                                        Loads one or more entities. | 
| EntityStorageInterface::loadUnchanged | function | core/ | 
                                                                                        Loads an unchanged entity from the database. | 
| EntityStorageInterface::resetCache | function | core/ | 
                                                                                        Resets the internal 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. | 
Pagination
- Previous page
 - Page 17
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.