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 |
|---|---|---|---|
| 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/ |
The entity storage. |
| 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. |
| EntityTestExtraHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
| EntityTestNoLoadStorage | class | core/ |
Test storage class used to verify that no load operation is triggered. |
| EntityTestNoLoadStorage.php | file | core/ |
|
| EntityTestNoLoadStorage::load | function | core/ |
Loads one entity. |
| EntityTestUpdateHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
| EntityTestUpdateStorage | class | core/ |
Helper class for entity update testing. |
| EntityTestUpdateStorage.php | file | core/ |
|
| EntityTestUpdateStorage::saveToDedicatedTables | function | core/ |
Saves values of fields that use dedicated tables. |
| EntityTestUpdateStorageSchema | class | core/ |
Defines the entity_test_update storage_schema handler. |
| EntityTestUpdateStorageSchema.php | file | core/ |
|
| EntityTestUpdateStorageSchema::getEntitySchema | function | core/ |
Gets the entity schema for the specified entity type. |
| EntityTestUpdateStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
| EntityType::checkStorageClass | function | core/ |
Checks that the provided class is compatible with the current entity type. |
| EntityType::getStorageClass | function | core/ |
Gets the storage class. |
| EntityType::setStorageClass | function | core/ |
Sets the storage class. |
| EntityTypeInterface::getStorageClass | function | core/ |
Gets the storage class. |
| EntityTypeInterface::setStorageClass | function | core/ |
Sets the storage class. |
| EntityTypeManager::getStorage | function | core/ |
Creates a new storage instance. |
| EntityTypeManagerInterface::getStorage | function | core/ |
Creates a new storage instance. |
| EntityTypeManagerTest::testGetStorage | function | core/ |
Tests the getStorage() method. |
| EntityTypeTest::testGetStorageClass | function | core/ |
Tests the getStorageClass() method. |
| EntityTypeTest::testSetStorageClass | function | core/ |
Tests the setStorageClass() method. |
| EntityViewsData::$fieldStorageDefinitions | property | core/ |
The field storage definitions for all base fields of the entity type. |
| EntityViewsData::$storage | property | core/ |
The storage used for this entity type. |
| EntityViewsData::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions. |
| entity_test_with_storage.info.yml | file | core/ |
core/modules/system/tests/modules/entity_test_with_storage/entity_test_with_storage.info.yml |
| ExcludedModulesEventSubscriber::$activeStorage | property | core/ |
|
| ExportStorageManager | class | core/ |
The export storage manager dispatches an event for the export storage. |
| ExportStorageManager.php | file | core/ |
|
| ExportStorageManager::$storage | property | core/ |
The database storage. |
| ExportStorageManager::getStorage | function | core/ |
Get the config storage. |
| ExportStorageManager::LOCK_NAME | constant | core/ |
The name used to identify the lock. |
| ExportStorageManager::__construct | function | core/ |
ExportStorageManager constructor. |
| ExportStorageManagerTest | class | core/ |
Tests the export storage manager. |
| ExportStorageManagerTest.php | file | core/ |
|
| ExportStorageManagerTest::$modules | property | core/ |
Modules to install. |
| ExportStorageManagerTest::setUp | function | core/ |
|
| ExportStorageManagerTest::testGetStorage | function | core/ |
Tests getting the export storage. |
| ExportStorageManagerTest::testGetStorageLock | function | core/ |
Tests the export storage when it is locked. |
| ExtensionInstallStorage | class | core/ |
Storage to access configuration and schema in enabled extensions. |
| ExtensionInstallStorage.php | file | core/ |
|
| ExtensionInstallStorage::$configStorage | property | core/ |
The active configuration store. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.