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
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.
LocaleProjectStorageTest class core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests Drupal\locale\LocaleProjectStorage.
LocaleProjectStorageTest.php file core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::$keyValueMemoryFactory property core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php The key value memory factory.
LocaleProjectStorageTest::$projectStorage property core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php The local project storage.
LocaleProjectStorageTest::setUp function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::testDelete function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests deleted projects are not included in the count.
LocaleProjectStorageTest::testSorting function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests that projects are sorted by weight and key.
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.
ManageDisplayTest::$displayStorage property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php The display storage.
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.
ManagedStorage::encode function core/lib/Drupal/Core/Config/ManagedStorage.php Encodes configuration data into the storage-specific format.
ManagedStorage::exists function core/lib/Drupal/Core/Config/ManagedStorage.php Returns whether a configuration object exists.
ManagedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ManagedStorage.php Gets the existing collections.
ManagedStorage::getCollectionName function core/lib/Drupal/Core/Config/ManagedStorage.php Gets the name of the current collection the storage is using.
ManagedStorage::getStorage function core/lib/Drupal/Core/Config/ManagedStorage.php Get the decorated storage from the manager if necessary.
ManagedStorage::listAll function core/lib/Drupal/Core/Config/ManagedStorage.php Gets configuration object names starting with a given prefix.
ManagedStorage::read function core/lib/Drupal/Core/Config/ManagedStorage.php Reads configuration data from the storage.
ManagedStorage::readMultiple function core/lib/Drupal/Core/Config/ManagedStorage.php Reads configuration data from the storage.
ManagedStorage::rename function core/lib/Drupal/Core/Config/ManagedStorage.php Renames a configuration object in the storage.
ManagedStorage::write function core/lib/Drupal/Core/Config/ManagedStorage.php Writes configuration data to the storage.
ManagedStorage::__construct function core/lib/Drupal/Core/Config/ManagedStorage.php ManagedStorage constructor.
ManagedStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Tests ManagedStorage operations.
ManagedStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Deletes configuration data from the storage.
ManagedStorageTest::getStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Get the config storage.
ManagedStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Inserts configuration data in the storage.
ManagedStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Reads configuration data from the storage.
ManagedStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Tests an invalid storage.
ManagedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Updates configuration data in the storage.
ManageFieldsLifecycleTest::addPersistentFieldStorage function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests that persistent field storage appears in the field UI.
MediaFilterController::$mediaStorage property core/modules/media/src/Controller/MediaFilterController.php The media storage.
MediaFunctionalTestTrait::$storage property core/modules/media/tests/src/Functional/MediaFunctionalTestTrait.php The storage service.
MediaHooks::formFieldUiFieldStorageAddFormAlter function core/modules/media/src/Hook/MediaHooks.php Implements hook_form_FORM_ID_alter().

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