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
AccountSettingsForm::$roleStorage property core/modules/user/src/AccountSettingsForm.php The role storage used when changing the admin role.
AllowListConfigStorage class core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php A read-only storage wrapper that only allows access to certain config names.
AllowListConfigStorage.php file core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Creates a collection on the storage.
AllowListConfigStorage::decode function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Decodes configuration data from the storage-specific format.
AllowListConfigStorage::delete function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Deletes a configuration object from the storage.
AllowListConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Deletes configuration objects whose names start with a given prefix.
AllowListConfigStorage::encode function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Encodes configuration data into the storage-specific format.
AllowListConfigStorage::exists function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Returns whether a configuration object exists.
AllowListConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Gets the existing collections.
AllowListConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Gets the name of the current collection the storage is using.
AllowListConfigStorage::listAll function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Gets configuration object names starting with a given prefix.
AllowListConfigStorage::read function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Reads configuration data from the storage.
AllowListConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Reads configuration data from the storage.
AllowListConfigStorage::rename function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Renames a configuration object in the storage.
AllowListConfigStorage::write function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php Writes configuration data to the storage.
AllowListConfigStorage::__construct function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
Attribute::$storage property core/lib/Drupal/Core/Template/Attribute.php Stores the attribute data.
Attribute::storage function core/lib/Drupal/Core/Template/Attribute.php Returns the whole array.
AttributeTest::testStorage function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the storage method.
Auth::$userStorage property core/modules/locale/tests/modules/early_translation_test/src/Auth.php The user storage.
AutoloadingStorage class core/lib/Drupal/Core/Config/AutoloadingStorage.php Defines the autoloading storage.
AutoloadingStorage.php file core/lib/Drupal/Core/Config/AutoloadingStorage.php
AutoloadingStorage::$classloader property core/lib/Drupal/Core/Config/AutoloadingStorage.php Class loader that loads code from extensions provided to the constructor.
AutoloadingStorage::createCollection function core/lib/Drupal/Core/Config/AutoloadingStorage.php Creates a collection on the storage.
AutoloadingStorage::decode function core/lib/Drupal/Core/Config/AutoloadingStorage.php Decodes configuration data from the storage-specific format.
AutoloadingStorage::delete function core/lib/Drupal/Core/Config/AutoloadingStorage.php Deletes a configuration object from the storage.
AutoloadingStorage::deleteAll function core/lib/Drupal/Core/Config/AutoloadingStorage.php Deletes configuration objects whose names start with a given prefix.
AutoloadingStorage::encode function core/lib/Drupal/Core/Config/AutoloadingStorage.php Encodes configuration data into the storage-specific format.
AutoloadingStorage::exists function core/lib/Drupal/Core/Config/AutoloadingStorage.php Returns whether a configuration object exists.
AutoloadingStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/AutoloadingStorage.php Gets the existing collections.
AutoloadingStorage::getCollectionName function core/lib/Drupal/Core/Config/AutoloadingStorage.php Gets the name of the current collection the storage is using.
AutoloadingStorage::listAll function core/lib/Drupal/Core/Config/AutoloadingStorage.php Gets configuration object names starting with a given prefix.
AutoloadingStorage::read function core/lib/Drupal/Core/Config/AutoloadingStorage.php Reads configuration data from the storage.
AutoloadingStorage::readMultiple function core/lib/Drupal/Core/Config/AutoloadingStorage.php Reads configuration data from the storage.
AutoloadingStorage::rename function core/lib/Drupal/Core/Config/AutoloadingStorage.php Renames a configuration object in the storage.
AutoloadingStorage::resetListCache function core/lib/Drupal/Core/Config/AutoloadingStorage.php Clears the static list cache.
AutoloadingStorage::write function core/lib/Drupal/Core/Config/AutoloadingStorage.php Writes configuration data to the storage.
AutoloadingStorage::__construct function core/lib/Drupal/Core/Config/AutoloadingStorage.php Constructs a new AutoloadingStorage.
BaseFieldDefinition::createFromFieldStorageDefinition function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Creates a new field definition based upon a field storage definition.
BaseFieldDefinition::getFieldStorageDefinition function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the field storage definition.
BaseFieldDefinition::getUniqueStorageIdentifier function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns a unique identifier for the field storage.
BaseFieldDefinition::hasCustomStorage function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the storage behavior for this field.
BaseFieldDefinition::isStorageRequired function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns whether the field storage is required.
BaseFieldDefinition::setCustomStorage function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets the storage behavior for this field.
BaseFieldDefinition::setStorageRequired function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets whether the field storage is required.
BaseFieldDefinitionTest::testCustomStorage function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests custom storage.
BaseFieldDefinitionTest::testFieldStorageRequired function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests storage required.
BaseFieldOverride::getFieldStorageDefinition function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns the field storage definition.
BaseFieldOverrideStorage class core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php Storage class for base field overrides.

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