DatabaseStorageExpirableTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php |
Tests the key-value database storage. |
MockFileSessionStorage::save |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Force the session to be saved and closed. |
MockFileSessionStorage::read |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Reads session from storage and loads session. |
DatabaseStorageTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php |
|
MysqlProfilerStorage::initDb |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php |
Initializes the database |
MongoDbProfilerStorage::$dsn |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
MongoDbProfilerStorage::find |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
Finds profiler tokens for the given criteria. |
MongoDbProfilerStorage::read |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
Reads data associated with the given token. |
MemcachedProfilerStorageTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcachedProfilerStorageTest.php |
|
DatabaseStorage::$connection |
property |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
The database connection. |
DatabaseStorage::__construct |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Constructs a new DatabaseStorage controller. |
SqliteProfilerStorage::fetch |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php |
|
SqliteProfilerStorage::close |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php |
|
StorageComparer::$changelist |
property |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
List of changes to between the source storage and the target storage. |
StorageComparer::__construct |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Constructs the Configuration storage comparer. |
CustomBlockStorageController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Controller class for custom blocks. |
DatabaseStorage::$connection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
The database connection. |
DatabaseStorage::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Overrides Drupal\Core\KeyValueStore\StorageBase::__construct(). |
DatabaseStorage::getMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getMultiple(). |
BlockStorageController::load |
function |
drupal/core/modules/block/lib/Drupal/block/BlockStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::load(). |
StorageComparerInterface.php |
file |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Contains \Drupal\Core\Config\StorageComparerInterface. |
StringStorageInterface::save |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Save string object to storage. |
QueryFactory::$configStorage |
property |
drupal/core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
The config storage used by the config entity query. |
ConfigStorageController::save |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::save(). |
StringDatabaseStorage::delete |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::delete(). |
ItemStorageController::create |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::create(). |
ConfigStorageTestBase::insert |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php |
|
ViewStorageTest::displayTests |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests adding, saving, and loading displays on configuration entities. |
ConfigStorageTestBase::update |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php |
|
ConfigStorageTestBase::delete |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php |
|
FeedStorageController::create |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::create(). |
BlockStorageUnitTest::getInfo |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
|
MemoryStorage::setIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setIfNotExists(). |
SqliteProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php |
|
MemoryStorage::deleteMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::deleteMultiple(). |
UserStorageController::create |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
FileStorageFactory::getActive |
function |
drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php |
Returns a FileStorage object working with the active config directory. |
FieldSqlStorageTest::$modules |
property |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Modules to enable. |
PdoProfilerStorage::$username |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
PdoProfilerStorage::$password |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
PdoProfilerStorage::$lifetime |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
MenuLinkStorageController.php |
file |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Contains \Drupal\menu_link\MenuLinkStorageController. |
MockArraySessionStorage::save |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Force the session to be saved and closed. |
field_sql_storage_update_8000 |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.install |
Renames the 'language' column to 'langcode' in field data tables. |
BatchStorageInterface::create |
function |
drupal/core/lib/Drupal/Core/Utility/BatchStorageInterface.php |
Creates and saves a batch. |
_field_sql_storage_columnname |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Generates a column name for a field data table. |
BatchStorageInterface::update |
function |
drupal/core/lib/Drupal/Core/Utility/BatchStorageInterface.php |
Updates a batch. |
BatchStorageInterface::delete |
function |
drupal/core/lib/Drupal/Core/Utility/BatchStorageInterface.php |
Loads a batch. |
SessionStorageInterface::save |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Force the session to be saved and closed. |
NativeSessionStorage::$closed |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
|