Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| EntityStorageBaseTest::providerLoad | function | core/ |
Data provider for testLoad(). |
| EntityStorageBaseTest::providerLoadMultiple | function | core/ |
Data provider for testLoadMultiple. |
| EntityStorageBaseTest::testLoad | function | core/ |
@covers ::load[[api-linebreak]] |
| EntityStorageBaseTest::testLoadMultiple | function | core/ |
Test loadMultiple(). |
| EntityStorageDeprecationTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityStorageBase[[api-linebreak]] @group Entity @group legacy |
| EntityStorageDeprecationTest.php | file | core/ |
|
| EntityStorageDeprecationTest::$cache | property | core/ |
The cache backend to use. |
| EntityStorageDeprecationTest::$connection | property | core/ |
The database connection to use. |
| EntityStorageDeprecationTest::$container | property | core/ |
The dependency injection container. |
| EntityStorageDeprecationTest::$entityFieldManager | property | core/ |
The mocked entity field manager used in this test. |
| EntityStorageDeprecationTest::$entityStorage | property | core/ |
The content entity database storage used in this test. |
| EntityStorageDeprecationTest::$entityType | property | core/ |
The mocked entity type used in this test. |
| EntityStorageDeprecationTest::$entityTypeBundleInfo | property | core/ |
The mocked entity type bundle info used in this test. |
| EntityStorageDeprecationTest::$entityTypeId | property | core/ |
The entity type ID. |
| EntityStorageDeprecationTest::$entityTypeManager | property | core/ |
The mocked entity type manager used in this test. |
| EntityStorageDeprecationTest::$fieldDefinitions | property | core/ |
An array of field definitions used for this test, keyed by field name. |
| EntityStorageDeprecationTest::$languageManager | property | core/ |
The language manager. |
| EntityStorageDeprecationTest::$moduleHandler | property | core/ |
The module handler. |
| EntityStorageDeprecationTest::setUp | function | core/ |
|
| EntityStorageDeprecationTest::setUpEntityStorage | function | core/ |
Sets up the content entity storage. |
| EntityStorageDeprecationTest::testGetEntityClass | function | core/ |
Tests the deprecation when accessing entityClass directly. |
| EntityStorageDeprecationTest::testSetEntityClass | function | core/ |
Tests the deprecation when setting entityClass directly. |
| 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. |
Pagination
- Previous page
- Page 425
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.