DatabaseStorageTest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
Tests DatabaseStorage controller operations. |
FileStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
FileStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
FileProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Storage for profiler using files. |
CachedStorage::read |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::read(). |
Attribute::$storage |
property |
drupal/core/lib/Drupal/Core/Template/Attribute.php |
Stores the attribute data. |
FileStorageTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/FileStorageTest.php |
Definition of Drupal\system\Tests\PhpStorage\FileStorageTest. |
TempStore::$storage |
property |
drupal/core/modules/user/lib/Drupal/user/TempStore.php |
The key/value storage object used for this data. |
ViewStorageTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Definition of Drupal\views\Tests\ViewStorageTest. |
StorageBase::delete |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::delete(). |
DatabaseStorage.php |
file |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Definition of Drupal\Core\Config\DatabaseStorage. |
DatabaseStorageTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php |
Tests the key-value database storage. |
FieldSqlStorageTest |
class |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Tests field storage. |
StorageTestBase.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Contains Drupal\system\Tests\KeyValueStore\StorageTestBase. |
DatabaseStorage.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Contains Drupal\Core\KeyValueStore\DatabaseStorage. |
FileReadOnlyStorage |
class |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Reads code as regular PHP files, but won't write them. |
FileStorageTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
Definition of Drupal\config\Tests\Storage\FileStorageTest. |
RedisMock::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php |
|
FileStorage::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::exists(). |
FileStorage::delete |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::delete(). |
PhpStorageInterface |
interface |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Stores and loads PHP code. |
NullStorage::exists |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::exists(). |
NullStorage::delete |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::delete(). |
NullStorage::rename |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::rename(). |
NullStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
NullStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
StringBase::$storage |
property |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
The locale storage this string comes from or is to be saved to. |
IMAGE_STORAGE_NORMAL |
constant |
drupal/core/modules/image/image.module |
Image style constant for user presets in the database. |
FileStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |
IMAGE_STORAGE_MODULE |
constant |
drupal/core/modules/image/image.module |
Image style constant to represent any module-based preset. |
CachedStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::write(). |
MysqlProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php |
A ProfilerStorage for Mysql |
StorageTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php |
|
StorageInterface.php |
file |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Definition of Drupal\Core\Config\StorageInterface. |
DatabaseStorage::set |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::set(). |
StorageException.php |
file |
drupal/core/lib/Drupal/Core/Config/StorageException.php |
Definition of Drupal\Core\Config\StorageException. |
ViewStorageInterface |
interface |
drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php |
Defines an interface for View storage classes. |
MemoryStorage::$data |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
The actual storage of key-value pairs. |
StorageTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/StorageTest.php |
|
RedisProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
RedisProfilerStorage stores profiling information in Redis. |
CacheArray::$storage |
property |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Storage for the data itself. |
NativeSessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
This provides a base class for session attribute storage. |
FIELD_STORAGE_UPDATE |
constant |
drupal/core/modules/field/field.attach.inc |
Argument for an update operation. |
FIELD_STORAGE_INSERT |
constant |
drupal/core/modules/field/field.attach.inc |
Argument for an insert operation. |
NullStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |
FileStorage::$dumper |
property |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
A shared YAML dumper instance. |
FileStorage::$parser |
property |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
A shared YAML parser instance. |
FileStorageTest::read |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
|
IMAGE_STORAGE_DEFAULT |
constant |
drupal/core/modules/image/image.module |
Image style constant for module-defined presets in code. |
InstallStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::write(). |