MockArraySessionStorage::getId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Returns the session ID |
MockArraySessionStorage::setId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Sets the session ID |
MockArraySessionStorage::clear |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Clear all session data in memory. |
FileReadOnlyStorage::writeable |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::writeable(). |
FileReadOnlyStorage::deleteAll |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll(). |
SessionStorageInterface::start |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Starts the session. |
SessionStorageInterface::getId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Returns the session ID |
StringStorageInterface::delete |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Delete string from storage. |
SessionStorageInterface::setId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Sets the session ID |
SessionStorageInterface::clear |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Clear all session data in memory. |
EntityListController::$storage |
property |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
The entity storage controller class. |
RedisProfilerStorage::getRedis |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Internal convenience method that returns the instance of Redis. |
RedisProfilerStorage::setRedis |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Set instance of the Redis |
NativeSessionStorage::$started |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
|
RedisProfilerStorage::getValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Retrieves an item from the Redis server. |
RedisProfilerStorage::setValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Stores an item on the Redis server under the specified key. |
field_test_field_storage_write |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_write(). |
field_test_field_storage_purge |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_purge(). |
field_test_field_storage_query |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_query(). |
PhpStorageInterface::writeable |
function |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Whether this is a writeable storage. |
PhpStorageInterface::deleteAll |
function |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Removes all files in this bin. |
FlashBagTest::testGetStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
|
ConfigStorageController::$idKey |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Name of the entity's ID field in the entity database table. |
AbstractProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
MemcacheProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php |
|
AutoExpireFlashBag::$storageKey |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php |
The storage key for flashes in the session |
ConfigStorageController::create |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::create(). |
ConfigStorageController::delete |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::delete(). |
MongoDbProfilerStorage::cleanup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
hook_field_storage_update_field |
function |
drupal/core/modules/field/field.api.php |
Update the storage information for a field. |
MongoDbProfilerStorage::getData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
NodeStorageController::postSave |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
BaseMemcacheProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
|
hook_field_storage_create_field |
function |
drupal/core/modules/field/field.api.php |
Act on creation of a new field. |
hook_field_storage_delete_field |
function |
drupal/core/modules/field/field.api.php |
Act on deletion of a field. |
MemcacheProfilerStorage::delete |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php |
Delete item from the memcache server |
UserStorageController::postSave |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
ProfilerStorageInterface::write |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php |
Saves a Profile. |
DatabaseStorage::setIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setIfNotExists(). |
FieldTestBase::$default_storage |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php |
|
ProfilerStorageInterface::purge |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php |
Purges all data from the database. |
DatabaseStorage::deleteMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::deleteMultiple(). |
FieldAttachStorageTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
|
RedisProfilerStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/RedisProfilerStorageTest.php |
|
EntityTestStorageController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Definition of Drupal\entity_test\EntityTestStorageController. |
DatabaseStorageController::load |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::load(). |
ViewStorageController::postSave |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::postSave(). |
DatabaseStorageController::save |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::save(). |
ViewStorageInterface::isEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php |
Returns whether the configuration entity is enabled. |
TermStorageController::postSave |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |