MockArraySessionStorageTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php |
|
VocabularyStorageController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Definition of VocabularyStorageController. |
FileReadOnlyStorage::$directory |
property |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
The directory where the files should be stored. |
MockArraySessionStorage::getBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Gets a SessionBagInterface by name. |
MTimeProtectedFileStorage::load |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::load(). |
RedisProfilerStorage::$lifetime |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
|
SessionStorageInterface::getBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Gets a SessionBagInterface by name. |
StringDatabaseStorage::$options |
property |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Additional database connection options to use in queries. |
DatabaseStorageControllerNG.php |
file |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Definition of Drupal\Core\Entity\DatabaseStorageControllerNG. |
field_test_field_storage_delete |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_delete(). |
PdoProfilerStorage::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Constructor. |
NativeSessionStorage::isStarted |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Checks if the session is started. |
StringDatabaseStorage::dbDelete |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Creates delete query. |
ConfigStorageTestBase::testCRUD |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php |
Tests storage controller CRUD operations. |
MockFileSessionStorage::destroy |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Deletes a session from persistent storage.
Deliberately leaves session data in memory intact. |
FileProfilerStorage::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Constructs the file storage using a "dsn-like" path. |
FileProfilerStorage::getFilename |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Gets filename to store data, associated to the token. |
MemcachedProfilerStorage::delete |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
Delete item from the memcache server |
MemcachedProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcachedProfilerStorageTest.php |
|
ConfigStorageController::preSave |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on an entity before the presave hook is invoked. |
MongoDbProfilerStorage::getMongo |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
Internal convenience method that returns the instance of the MongoDB Collection |
FileStorageController::preDelete |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preDelete(). |
FileStorageController::spaceUsed |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Determines total disk space used by a single user or the whole filesystem. |
NodeStorageController::preDelete |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preDelete(). |
EntityStorageControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Defines a common interface for entity controller classes. |
hook_field_storage_details_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API storage details. |
DatabaseStorageExpirable::getAll |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getAll(). |
SqliteProfilerStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php |
|
FileProfilerStorageTest::$tmpDir |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
DatabaseStorageExpirableTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php |
Contains Drupal\system\Tests\KeyValueStore\DatabaseStorageExpirableTest. |
MockArraySessionStorage::$closed |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
|
MockArraySessionStorage::getName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Returns the session name |
MockArraySessionStorage::setName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Sets the session name |
FileReadOnlyStorage::__construct |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Constructs this FileStorage object. |
FileReadOnlyStorage::getFullPath |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Returns the full path where the file is or should be stored. |
SessionStorageInterface::getName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Returns the session name |
SessionStorageInterface::setName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Sets the session name |
field_test_field_storage_details |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_details(). |
NativeSessionStorage::regenerate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Regenerates id that represents this storage. |
NativeSessionStorage::setOptions |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Sets session.* ini variables. |
StringDatabaseStorage::dbExecute |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Executes an arbitrary SELECT query string. |
PdoProfilerStorage::readChildren |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Reads the child profiles for the given token. |
BaseMemcacheProfilerStorage::find |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
Finds profiler tokens for the given criteria. |
BaseMemcacheProfilerStorage::read |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
Reads data associated with the given token. |
ConfigStorageController::$uuidKey |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Name of the entity's UUID property. |
ConfigStorageController::postSave |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on a saved entity before the insert or update hook is invoked. |
AutoExpireFlashBag::getStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php |
Gets the storage key for this bag. |
MongoDbProfilerStorage::$lifetime |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
NodeStorageController::attachLoad |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::attachLoad(). |
NodeStorageController::buildQuery |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::buildQuery(). |