Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
LocaleDefaultConfigStorage::read function core/modules/locale/src/LocaleDefaultConfigStorage.php Read a configuration from install storage or default languages.
LocaleDefaultConfigStorage::__construct function core/modules/locale/src/LocaleDefaultConfigStorage.php Constructs a LocaleDefaultConfigStorage.
LocaleLookup::$stringStorage property core/modules/locale/src/LocaleLookup.php The locale storage.
LocaleLookupTest::$storage property core/modules/locale/tests/src/Unit/LocaleLookupTest.php A mocked storage to use when instantiating LocaleTranslation objects.
LocaleProjectStorage class core/modules/locale/src/LocaleProjectStorage.php Provides the locale project storage system using a key value store.
LocaleProjectStorage.php file core/modules/locale/src/LocaleProjectStorage.php
LocaleProjectStorage::$all property core/modules/locale/src/LocaleProjectStorage.php Cache status flag.
LocaleProjectStorage::$cache property core/modules/locale/src/LocaleProjectStorage.php Static state cache.
LocaleProjectStorage::$keyValueStore property core/modules/locale/src/LocaleProjectStorage.php The key value store to use.
LocaleProjectStorage::countProjects function core/modules/locale/src/LocaleProjectStorage.php Returns the count of project records.
LocaleProjectStorage::delete function core/modules/locale/src/LocaleProjectStorage.php Deletes project records for a given key.
LocaleProjectStorage::deleteAll function core/modules/locale/src/LocaleProjectStorage.php Deletes all projects records.
LocaleProjectStorage::deleteMultiple function core/modules/locale/src/LocaleProjectStorage.php Deletes multiple project records.
LocaleProjectStorage::disableAll function core/modules/locale/src/LocaleProjectStorage.php Mark all projects as disabled.
LocaleProjectStorage::get function core/modules/locale/src/LocaleProjectStorage.php Returns the stored value for a given key.
LocaleProjectStorage::getAll function core/modules/locale/src/LocaleProjectStorage.php Returns all the project records.
LocaleProjectStorage::getMultiple function core/modules/locale/src/LocaleProjectStorage.php Returns a list of project records.
LocaleProjectStorage::resetCache function core/modules/locale/src/LocaleProjectStorage.php Resets the project storage cache.
LocaleProjectStorage::set function core/modules/locale/src/LocaleProjectStorage.php Creates or updates the project record.
LocaleProjectStorage::setMultiple function core/modules/locale/src/LocaleProjectStorage.php Creates or updates multiple project records.
LocaleProjectStorage::__construct function core/modules/locale/src/LocaleProjectStorage.php Constructs a State object.
LocaleProjectStorageInterface interface core/modules/locale/src/LocaleProjectStorageInterface.php Defines the locale project storage interface.
LocaleProjectStorageInterface.php file core/modules/locale/src/LocaleProjectStorageInterface.php
LocaleProjectStorageInterface::countProjects function core/modules/locale/src/LocaleProjectStorageInterface.php Returns the count of project records.
LocaleProjectStorageInterface::delete function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes project records for a given key.
LocaleProjectStorageInterface::deleteAll function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes all projects records.
LocaleProjectStorageInterface::deleteMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes multiple project records.
LocaleProjectStorageInterface::disableAll function core/modules/locale/src/LocaleProjectStorageInterface.php Mark all projects as disabled.
LocaleProjectStorageInterface::get function core/modules/locale/src/LocaleProjectStorageInterface.php Returns the stored value for a given key.
LocaleProjectStorageInterface::getAll function core/modules/locale/src/LocaleProjectStorageInterface.php Returns all the project records.
LocaleProjectStorageInterface::getMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Returns a list of project records.
LocaleProjectStorageInterface::resetCache function core/modules/locale/src/LocaleProjectStorageInterface.php Resets the project storage cache.
LocaleProjectStorageInterface::set function core/modules/locale/src/LocaleProjectStorageInterface.php Creates or updates the project record.
LocaleProjectStorageInterface::setMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Creates or updates multiple project records.
LocaleStringTest::$storage property core/modules/locale/tests/src/Kernel/LocaleStringTest.php The locale storage.
LocaleTranslation::$storage property core/modules/locale/src/LocaleTranslation.php Storage for strings.
LocaleTranslationProjectsTest::$projectStorage property core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php The locale project storage used in this test.
LocaleTranslationTest::$storage property core/modules/locale/tests/src/Unit/LocaleTranslationTest.php A mocked storage to use when instantiating LocaleTranslation objects.
MailHandler::$userStorage property core/modules/contact/src/MailHandler.php The user entity storage handler.
MailHandlerTest::$userStorage property core/modules/contact/tests/src/Unit/MailHandlerTest.php The user storage handler.
MakeLayoutUntranslatableUpdatePathTestBase::$expectedFieldStorageUpdate property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Whether the field storage should be updated.
ManageDisplayTest::$display_storage property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
ManagedStorage class core/lib/Drupal/Core/Config/ManagedStorage.php The managed storage defers all the storage method calls to the manager.
ManagedStorage.php file core/lib/Drupal/Core/Config/ManagedStorage.php
ManagedStorage::$manager property core/lib/Drupal/Core/Config/ManagedStorage.php The storage manager to get the storage to decorate.
ManagedStorage::$storage property core/lib/Drupal/Core/Config/ManagedStorage.php The decorated storage.
ManagedStorage::createCollection function core/lib/Drupal/Core/Config/ManagedStorage.php Creates a collection on the storage.
ManagedStorage::decode function core/lib/Drupal/Core/Config/ManagedStorage.php Decodes configuration data from the storage-specific format.
ManagedStorage::delete function core/lib/Drupal/Core/Config/ManagedStorage.php Deletes a configuration object from the storage.
ManagedStorage::deleteAll function core/lib/Drupal/Core/Config/ManagedStorage.php Deletes configuration objects whose names start with a given prefix.

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