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