Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 10.3.x for storage
  5. Other projects
Title Object type File name Summary
NullStorage::delete function core/lib/Drupal/Core/Config/NullStorage.php Deletes a configuration object from the storage.
NullStorage::deleteAll function core/lib/Drupal/Core/Config/NullStorage.php Deletes configuration objects whose names start with a given prefix.
NullStorage::encode function core/lib/Drupal/Core/Config/NullStorage.php Encodes configuration data into the storage-specific format.
NullStorage::exists function core/lib/Drupal/Core/Config/NullStorage.php Returns whether a configuration object exists.
NullStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/NullStorage.php Gets the existing collections.
NullStorage::getCollectionName function core/lib/Drupal/Core/Config/NullStorage.php Gets the name of the current collection the storage is using.
NullStorage::listAll function core/lib/Drupal/Core/Config/NullStorage.php Gets configuration object names starting with a given prefix.
NullStorage::read function core/lib/Drupal/Core/Config/NullStorage.php Reads configuration data from the storage.
NullStorage::readMultiple function core/lib/Drupal/Core/Config/NullStorage.php Reads configuration data from the storage.
NullStorage::rename function core/lib/Drupal/Core/Config/NullStorage.php Renames a configuration object in the storage.
NullStorage::write function core/lib/Drupal/Core/Config/NullStorage.php Writes configuration data to the storage.
NullStorage::__construct function core/lib/Drupal/Core/Config/NullStorage.php Constructs a new NullStorage.
NullStorageExpirable class core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Defines a null key/value store implementation.
NullStorageExpirable.php file core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php
NullStorageExpirable::$collection property core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php The name of the collection holding key and value pairs.
NullStorageExpirable::$data property core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php The actual storage of key-value pairs.
NullStorageExpirable::delete function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes an item from the key/value store.
NullStorageExpirable::deleteAll function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes all items from the key/value store.
NullStorageExpirable::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes multiple items from the key/value store.
NullStorageExpirable::get function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the stored value for a given key.
NullStorageExpirable::getAll function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns all stored key/value pairs in the collection.
NullStorageExpirable::getCollectionName function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the name of this collection.
NullStorageExpirable::getMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the stored key/value pairs for a given set of keys.
NullStorageExpirable::has function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns whether a given key exists in the store.
NullStorageExpirable::rename function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Renames a key.
NullStorageExpirable::set function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key.
NullStorageExpirable::setIfNotExists function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key if it does not exist yet.
NullStorageExpirable::setMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves key/value pairs.
NullStorageExpirable::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves an array of values with a time to live.
NullStorageExpirable::setWithExpire function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key with a time to live.
NullStorageExpirable::setWithExpireIfNotExists function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Sets a value for a given key with a time to live if it does not yet exist.
NullStorageExpirable::__construct function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Creates a new expirable null key/value store.
NullStorageTest class core/tests/Drupal/Tests/Core/Config/NullStorageTest.php Tests the NullStorage.
NullStorageTest.php file core/tests/Drupal/Tests/Core/Config/NullStorageTest.php
NullStorageTest::testCollection function core/tests/Drupal/Tests/Core/Config/NullStorageTest.php Tests createCollection.
OptionsDynamicValuesTestBase::$fieldStorage property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php The field storage.
OptionsFieldUnitTestBase::$fieldStorage property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The list field storage used in the test.
OptionsFieldUnitTestBase::$fieldStorageDefinition property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The field storage definition used to created the field storage.
OptionsHooks::fieldStorageConfigDelete function core/modules/options/src/Hook/OptionsHooks.php Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
OptionsHooks::fieldStorageConfigUpdate function core/modules/options/src/Hook/OptionsHooks.php Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
OptionsHooks::fieldStorageConfigUpdateForbid function core/modules/options/src/Hook/OptionsHooks.php Implements hook_field_storage_config_update_forbid().
OverridesEntityForm::$sectionStorage property core/modules/layout_builder/src/Form/OverridesEntityForm.php The section storage.
OverridesSectionStorage class core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Defines the 'overrides' section storage type.
OverridesSectionStorage.php file core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorage::$currentUser property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The current user.
OverridesSectionStorage::$entityFieldManager property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The entity field manager.
OverridesSectionStorage::$entityRepository property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The entity repository.
OverridesSectionStorage::$entityTypeManager property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The entity type manager.
OverridesSectionStorage::$sectionStorageManager property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The section storage manager.
OverridesSectionStorage::access function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.