Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
hook_field_purge_field_storage | function | core/ |
Acts when a field storage definition is being purged. |
hook_field_storage_config_update_forbid | function | core/ |
Forbid a field storage update from occurring. |
ImageFormatter::$imageStyleStorage | property | core/ |
The image style entity storage. |
ImageItem::defaultStorageSettings | function | core/ |
|
ImageItem::storageSettingsForm | function | core/ |
|
ImageItem::storageSettingsSummary | function | core/ |
|
ImageStyleFormBase::$imageStyleStorage | property | core/ |
The image style entity storage. |
ImageStyleStorage | class | core/ |
Storage controller class for "image style" configuration entities. |
ImageStyleStorage.php | file | core/ |
|
ImageStyleStorage::$replacement | property | core/ |
Image style replacement memory storage. |
ImageStyleStorage::clearReplacementId | function | core/ |
Clears a replacement ID from the storage. |
ImageStyleStorage::getReplacementId | function | core/ |
Retrieves the replacement ID of a deleted image style. |
ImageStyleStorage::setReplacementId | function | core/ |
Stores a replacement ID for an image style being deleted. |
ImageStyleStorageInterface | interface | core/ |
Interface for storage controller for "image style" configuration entities. |
ImageStyleStorageInterface.php | file | core/ |
|
ImageStyleStorageInterface::clearReplacementId | function | core/ |
Clears a replacement ID from the storage. |
ImageStyleStorageInterface::getReplacementId | function | core/ |
Retrieves the replacement ID of a deleted image style. |
ImageStyleStorageInterface::setReplacementId | function | core/ |
Stores a replacement ID for an image style being deleted. |
ImageUrlFormatter::$imageStyleStorage | property | core/ |
The image style entity storage. |
image_field_storage_config_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'. |
image_field_storage_config_update | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
ImportableEntityStorageInterface | interface | core/ |
Provides an interface for responding to configuration imports. |
ImportableEntityStorageInterface.php | file | core/ |
|
ImportableEntityStorageInterface::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importRename | function | core/ |
Renames entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importUpdate | function | core/ |
Updates entities upon synchronizing configuration changes. |
ImportStorageTransformer | class | core/ |
The import storage transformer helps to use the configuration management api. |
ImportStorageTransformer.php | file | core/ |
|
ImportStorageTransformer::$connection | property | core/ |
The drupal database connection. |
ImportStorageTransformer::$eventDispatcher | property | core/ |
The event dispatcher to get changes to the configuration. |
ImportStorageTransformer::$persistentLock | property | core/ |
The persistent lock which the config importer uses across requests. |
ImportStorageTransformer::$requestLock | property | core/ |
The normal lock for the duration of the request. |
ImportStorageTransformer::LOCK_NAME | constant | core/ |
The name used to identify the lock. |
ImportStorageTransformer::transform | function | core/ |
Transform the storage to be imported from. |
ImportStorageTransformer::__construct | function | core/ |
ImportStorageTransformer constructor. |
ImportStorageTransformerTest | class | core/ |
Tests the import storage transformer. |
ImportStorageTransformerTest.php | file | core/ |
|
ImportStorageTransformerTest::$modules | property | core/ |
Modules to install. |
ImportStorageTransformerTest::setUp | function | core/ |
|
ImportStorageTransformerTest::testTransform | function | core/ |
Tests the import transformation. |
ImportStorageTransformerTest::testTransformLocked | function | core/ |
Tests that the import transformer throws an exception. |
ImportStorageTransformerTest::testTransformWhileImporting | function | core/ |
Tests the import transformer during a running config import. |
IndexTidDepth::$termStorage | property | core/ |
|
InlineBlockEntityOperations::$blockContentStorage | property | core/ |
The block content storage. |
InlineBlockTestBase::$blockStorage | property | core/ |
The block storage. |
InstallerKernel::getConfigStorage | function | core/ |
Returns the active configuration storage used during early install. |
InstallerKernel::resetConfigStorage | function | core/ |
Reset the bootstrap config storage. |
InstallStorage | class | core/ |
Storage used by the Drupal installer. |
InstallStorage.php | file | core/ |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.