StorageInterface::read |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Reads configuration data from the storage. |
StringStorageInterface |
interface |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Defines the locale string storage interface. |
form_test_storage_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
A multistep form for testing the form storage. |
FileStorage::writeable |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::writeable(). |
FileStorage::deleteAll |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll(). |
PhpStorageFactory::get |
function |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageFactory.php |
Instantiates a storage controller for generated PHP code. |
MockFileSessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
MockFileSessionStorage is used to mock sessions for
functional testing when done in a single PHP process. |
NullSessionStorageTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
Test class for NullSessionHandler. |
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 |
|
InstallStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |
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. |
FlashBag::getStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php |
Gets the storage key for this bag. |
FileReadOnlyStorage.php |
file |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Definition of Drupal\Component\PhpStorage\FileStorage. |
PhpStorageInterface.php |
file |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Definition of Drupal\Component\PhpStorage\PhpStorageInterface. |
FileProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
|
hook_field_storage_info |
function |
drupal/core/modules/field/field.api.php |
Expose Field API storage backends. |
hook_field_storage_load |
function |
drupal/core/modules/field/field.api.php |
Load field data for a set of entities. |
MemcacheProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php |
Memcache Profiler Storage |
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(). |
FieldSqlStorageTest.php |
file |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Definition of Drupal\field_sql_storage\FieldSqlStorageTest. |
FileProfilerStorageTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
StorageTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/StorageTest.php |
Views used by this test. |
ConfigFactory::$storage |
property |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
A storage controller instance for reading and writing configuration data. |
DatabaseStorageTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php |
Contains Drupal\system\Tests\KeyValueStore\DatabaseStorageTest. |
MockArraySessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
MockArraySessionStorage mocks the session for unit tests. |
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(). |
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(). |
StorageInterface::write |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Writes configuration data to the storage. |
SessionStorageInterface |
interface |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
StorageInterface. |
FileStorage::$directory |
property |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
The directory where the files should be stored. |
DatabaseStorageTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
Definition of Drupal\config\Tests\Storage\DatabaseStorageTest. |
PdoProfilerStorage::$db |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
MemcachedMock::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcachedMock.php |
|
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. |
FileStorage::$directory |
property |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
The filesystem path for configuration objects. |
FileStorage::getFilePath |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Returns the path to the configuration file. |
FileStorageTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
|
MetadataBag::$storageKey |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
|
MemcachedProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
Memcached Profiler Storage |
TwigEnvironment::storage |
function |
drupal/core/lib/Drupal/Core/Template/TwigEnvironment.php |
Gets the PHP code storage object to use for the compiled Twig files. |
field_sql_storage_schema |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.install |
Implements hook_schema(). |
field_sql_storage.module |
file |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Default implementation of the field storage API. |