|
MemcachedMock::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcachedMock.php |
|
|
FileStorageTest::insert |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
|
|
FileStorageTest::update |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
|
|
FileStorageTest::delete |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
|
|
DatabaseStorageTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
Definition of Drupal\config\Tests\Storage\DatabaseStorageTest. |
|
ConfigFactory::$storage |
property |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
A storage controller instance for reading and writing configuration data. |
|
MockArraySessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
MockArraySessionStorage mocks the session for unit tests. |
|
PdoProfilerStorage::$db |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
|
StorageInterface::write |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Writes configuration data to the storage. |
|
PdoProfilerStorage::has |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Returns whether data for the given token already exists in storage. |
|
SessionStorageInterface |
interface |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
StorageInterface. |
|
StorageTest::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StorageTest.php |
Views used by this test. |
|
config.storage.snapshot |
service |
drupal/core/core.services.yml |
Drupal\Core\Config\DatabaseStorage |
|
hook_field_storage_info |
function |
drupal/core/modules/field/field.api.php |
Expose Field API storage backends. |
|
FileStorage::$directory |
property |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
The directory where the files should be stored. |
|
hook_field_storage_load |
function |
drupal/core/modules/field/field.api.php |
Load field data for a set of entities. |
|
PhpBridgeSessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php |
Allows session to be started by PHP and managed by Symfony2 |
|
FlashBag::getStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php |
Gets the storage key for this bag. |
|
FileStorage::$directory |
property |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
The filesystem path for configuration objects. |
|
DatabaseStorage::$table |
property |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
The database table name. |
|
DatabaseStorage::exists |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::exists(). |
|
DatabaseStorage::delete |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::delete(). |
|
MemcacheProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php |
Memcache Profiler Storage |
|
DatabaseStorage::rename |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::rename(). |
|
DatabaseStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
|
DatabaseStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
|
FieldSqlStorageTest.php |
file |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Definition of Drupal\field_sql_storage\FieldSqlStorageTest. |
|
DatabaseStorage::$table |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
The name of the SQL table to use. |
|
DatabaseStorage::getAll |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getAll(). |
|
ActionStorageController |
class |
drupal/core/modules/system/lib/Drupal/system/ActionStorageController.php |
Defines the storage controller class for Action entities. |
|
FileProfilerStorageTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
|
InstallStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |
|
DatabaseStorageTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php |
Contains Drupal\system\Tests\KeyValueStore\DatabaseStorageTest. |
|
CachedStorage::$storage |
property |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
The configuration storage to be cached. |
|
ConfigStorageController |
class |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Defines the storage controller class for configuration entities. |
|
PhpStorageInterface.php |
file |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Definition of Drupal\Component\PhpStorage\PhpStorageInterface. |
|
FileReadOnlyStorage.php |
file |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Definition of Drupal\Component\PhpStorage\FileStorage. |
|
ViewExecutable::$storage |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The config entity in which the view is stored. |
|
ViewStorageTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
|
|
RedisProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
|
|
MysqlProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php |
|
|
FileStorageTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
|
|
StorageComparerInterface |
interface |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Defines an interface for comparison of configuration storage objects. |
|
MemoryStorage::deleteAll |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::deleteAll(). |
|
NativeSessionStorageTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
Test class for NativeSessionStorage. |
|
PdoProfilerStorage::$dsn |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
|
PdoProfilerStorage::find |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Finds profiler tokens for the given criteria. |
|
PdoProfilerStorage::read |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Reads data associated with the given token. |
|
StorageInterface::exists |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Returns whether a configuration object exists. |
|
StorageInterface::delete |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Deletes a configuration object from the storage. |