Search for storage
- Search 7.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| 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. | 
| 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::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::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 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::$entityStorage | property | core/ | The mocked entity storage. | 
| EntityTestBase::$storage | property | core/ | |
| 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. | 
| EntityTestNoLoadStorage | class | core/ | Test storage class used to verify that no load operation is triggered. | 
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.
