MemoryStorageTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageTest.php |
Deletes created files, database tables, and reverts all environment changes. |
EntityStorageControllerBase |
class |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
A base entity storage controller class. |
StorageTestBase::$container |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
A container for the services needed in these tests. |
PhpStorageInterface::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Checks whether the PHP code exists in storage. |
hook_field_storage_pre_load |
function |
drupal/core/modules/field/field.api.php |
Act before the storage backends load field data. |
PhpStorageInterface::delete |
function |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Deletes PHP code from storage. |
FileReadOnlyStorage::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::exists(). |
FileReadOnlyStorage::delete |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::delete(). |
VocabularyStorageController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Defines a controller class for taxonomy vocabularies. |
ConfigStorageController.php |
file |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Definition of Drupal\Core\Config\Entity\ConfigStorageController. |
DummyMongoDbProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
SqliteProfilerStorage::exec |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php |
|
AbstractProfilerStorageTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
field_info_storage_settings |
function |
drupal/core/modules/field/field.info.inc |
Returns a field storage type's default settings. |
StringInterface::getStorage |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Gets the string storage. |
StringInterface::setStorage |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Sets the string storage. |
StorageComparer::hasChanges |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Checks if there are any operations with changes to process. |
MemcacheProfilerStorageTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php |
|
StorageTest::testFormCached |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php |
Tests using the form with an activated $form_state['cache'] property. |
StorageTest::testValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php |
Tests validation when form storage is used. |
InstallStorage::__construct |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::__construct(). |
InstallStorage::getFilePath |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::getFilePath(). |
ViewStorageController::load |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::load(); |
StringDatabaseStorage::save |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::save(). |
NullStorageExpirable::getAll |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getAll(). |
ViewStorageTest::$controller |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
The configuration entity storage controller. |
PhpSessionStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
|
NullStorageExpirable::delete |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::delete(). |
ViewStorageTest::createTests |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests creating configuration entities. |
MemcachedProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
|
ProfilerStorageInterface.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php |
|
DatabaseStorageTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
|
RedisProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/RedisProfilerStorageTest.php |
|
DrupalKernel::$configStorage |
property |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
Config storage object used for reading enabled modules configuration. |
RedisProfilerStorage::$redis |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
|
FieldSqlStorageTest::getInfo |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
|
DATETIME_DATE_STORAGE_FORMAT |
constant |
drupal/core/modules/datetime/datetime.module |
Defines the format that dates should be stored in. |
MockArraySessionStorage::$id |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
|
RedisProfilerStorage::delete |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Removes the specified keys. |
CacheTest::testHeaderStorage |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php |
Tests css/js storage and restoring mechanism. |
field_sql_storage.schema.yml |
file |
drupal/core/modules/field_sql_storage/config/schema/field_sql_storage.schema.yml |
drupal/core/modules/field_sql_storage/config/schema/field_sql_storage.schema.yml |
NativeSessionStorageTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
CommentStorageController.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Definition of Drupal\comment\CommentStorageController. |
_field_sql_storage_tablename |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Generates a table name for a field data table. |
_field_sql_storage_indexname |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Generates an index name for a field data table. |
LocaleLookup::$stringStorage |
property |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
The locale storage. |
config.cachedstorage.storage |
service |
drupal/core/core.services.yml |
Drupal\Core\Config\FileStorage |
FileProfilerStorage::$folder |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Folder where profiler data are stored. |
NativeSessionStorage::getBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Gets a SessionBagInterface by name. |
DatabaseStorageExpirable.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Contains Drupal\Core\KeyValueStore\DatabaseStorageExpirable. |