Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AccountSettingsForm::$roleStorage | property | core/ |
The role storage used when changing the admin role. |
ActionFormBase::$storage | property | core/ |
The action storage. |
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. |
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. |
BaseFieldOverrideStorage.php | file | core/ |
|
BaseFieldOverrideStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
BaseFieldOverrideStorage::__construct | function | core/ |
Constructs a BaseFieldOverrideStorage object. |
batch.storage | service | core/ |
Drupal\Core\Batch\BatchStorage |
BatchNegotiator::$batchStorage | property | core/ |
The batch storage. |
BatchStorage | class | core/ |
Provides a proxy class for \Drupal\Core\Batch\BatchStorage. |
BatchStorage | class | core/ |
|
BatchStorage.php | file | core/ |
|
BatchStorage.php | file | core/ |
|
BatchStorage::$connection | property | core/ |
The database connection. |
BatchStorage::$container | property | core/ |
The service container. |
BatchStorage::$csrfToken | property | core/ |
The CSRF token generator. |
BatchStorage::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
BatchStorage::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
BatchStorage::$session | property | core/ |
The session. |
BatchStorage::$time | property | core/ |
The time service. |
BatchStorage::catchException | function | core/ |
Act on an exception when batch might be stale. |
BatchStorage::cleanup | function | core/ |
|
BatchStorage::cleanup | function | core/ |
|
BatchStorage::create | function | core/ |
|
BatchStorage::create | function | core/ |
|
BatchStorage::delete | function | core/ |
|
BatchStorage::delete | function | core/ |
|
BatchStorage::doInsertBatchRecord | function | core/ |
Inserts a record in the table and returns the batch id. |
BatchStorage::ensureTableExists | function | core/ |
Check if the table exists and create it if not. |
BatchStorage::getId | function | core/ |
|
BatchStorage::getId | function | core/ |
Returns a new batch id. |
BatchStorage::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
BatchStorage::load | function | core/ |
|
BatchStorage::load | function | core/ |
|
BatchStorage::schemaDefinition | function | core/ |
|
BatchStorage::schemaDefinition | function | core/ |
Defines the schema for the batch table. |
BatchStorage::TABLE_NAME | constant | core/ |
The table name. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.