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 |
---|---|---|---|
NullStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
NullStorage::read | function | core/ |
Reads configuration data from the storage. |
NullStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
NullStorage::rename | function | core/ |
Renames a configuration object in the storage. |
NullStorage::write | function | core/ |
Writes configuration data to the storage. |
NullStorage::__construct | function | core/ |
Constructs a new NullStorage. |
NullStorageExpirable | class | core/ |
Defines a null key/value store implementation. |
NullStorageExpirable.php | file | core/ |
|
NullStorageExpirable::$collection | property | core/ |
The name of the collection holding key and value pairs. |
NullStorageExpirable::$data | property | core/ |
The actual storage of key-value pairs. |
NullStorageExpirable::delete | function | core/ |
Deletes an item from the key/value store. |
NullStorageExpirable::deleteAll | function | core/ |
Deletes all items from the key/value store. |
NullStorageExpirable::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
NullStorageExpirable::get | function | core/ |
Returns the stored value for a given key. |
NullStorageExpirable::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
NullStorageExpirable::getCollectionName | function | core/ |
Returns the name of this collection. |
NullStorageExpirable::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
NullStorageExpirable::has | function | core/ |
Returns whether a given key exists in the store. |
NullStorageExpirable::rename | function | core/ |
Renames a key. |
NullStorageExpirable::set | function | core/ |
Saves a value for a given key. |
NullStorageExpirable::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
NullStorageExpirable::setMultiple | function | core/ |
Saves key/value pairs. |
NullStorageExpirable::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
NullStorageExpirable::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
NullStorageExpirable::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
NullStorageExpirable::__construct | function | core/ |
Creates a new expirable null key/value store. |
NullStorageTest | class | core/ |
Tests the NullStorage. |
NullStorageTest.php | file | core/ |
|
NullStorageTest::testCollection | function | core/ |
Tests createCollection. |
OptionsDynamicValuesTestBase::$fieldStorage | property | core/ |
The field storage. |
OptionsFieldUnitTestBase::$fieldStorage | property | core/ |
The list field storage used in the test. |
OptionsFieldUnitTestBase::$fieldStorageDefinition | property | core/ |
The field storage definition used to created the field storage. |
OptionsHooks::fieldStorageConfigDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'. |
OptionsHooks::fieldStorageConfigUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
OptionsHooks::fieldStorageConfigUpdateForbid | function | core/ |
Implements hook_field_storage_config_update_forbid(). |
OverridesEntityForm::$sectionStorage | property | core/ |
The section storage. |
OverridesSectionStorage | class | core/ |
Defines the 'overrides' section storage type. |
OverridesSectionStorage.php | file | core/ |
|
OverridesSectionStorage::$currentUser | property | core/ |
The current user. |
OverridesSectionStorage::$entityFieldManager | property | core/ |
The entity field manager. |
OverridesSectionStorage::$entityRepository | property | core/ |
The entity repository. |
OverridesSectionStorage::$entityTypeManager | property | core/ |
The entity type manager. |
OverridesSectionStorage::$sectionStorageManager | property | core/ |
The section storage manager. |
OverridesSectionStorage::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
OverridesSectionStorage::buildLocalTasks | function | core/ |
Provides the local tasks dynamically for Layout Builder plugins. |
OverridesSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
OverridesSectionStorage::create | function | core/ |
Creates an instance of the plugin. |
OverridesSectionStorage::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
OverridesSectionStorage::extractEntityFromRoute | function | core/ |
Extracts an entity from the route values. |
OverridesSectionStorage::FIELD_NAME | constant | core/ |
The field name used by this storage. |
Pagination
- Previous page
- Page 46
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.