| 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 |
|
| AllowListConfigStorage::decode |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::delete |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::deleteAll |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::encode |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::exists |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::getCollectionName |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::listAll |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::read |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::readMultiple |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::rename |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| AllowListConfigStorage::write |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
|
| 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 |
|
| AutoloadingStorage::decode |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::delete |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::encode |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::exists |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::getCollectionName |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::listAll |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::read |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::readMultiple |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| AutoloadingStorage::rename |
function |
core/lib/Drupal/Core/Config/AutoloadingStorage.php |
|
| 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 |
|
| 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 |
|
| BaseFieldDefinition::getUniqueStorageIdentifier |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
|
| BaseFieldDefinition::hasCustomStorage |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
|
| BaseFieldDefinition::isStorageRequired |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
|
| 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 |
|
| BaseFieldOverrideStorage |
class |
core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php |
Storage class for base field overrides. |