PhpSessionStorageTest::$savePath |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
|
PhpSessionStorageTest::testClear |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
|
ItemStorageController::preDelete |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::preDelete(). |
StringDatabaseStorage::dbExecute |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Executes an arbitrary SELECT query string. |
FeedStorageController::preDelete |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::preDelete(). |
MemcachedProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcachedProfilerStorageTest.php |
|
UserStorageController::$password |
property |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Provides the password hashing service object. |
UserStorageController::$userData |
property |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Provides the user data service object. |
views.view.test_view_storage.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_storage.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_storage.yml |
DATETIME_DATETIME_STORAGE_FORMAT |
constant |
drupal/core/modules/datetime/datetime.module |
Defines the format that date and time should be stored in. |
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 |
PdoProfilerStorage::readChildren |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Reads the child profiles for the given token. |
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 |
FileProfilerStorage::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Constructs the file storage using a "dsn-like" path. |
field_test_field_storage_details |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_details(). |
FileProfilerStorage::getFilename |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Gets filename to store data, associated to the token. |
CommentStorageController::create |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageControllerNG::create(). |
NativeSessionStorage::regenerate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Regenerates id that represents this storage. |
MemcachedProfilerStorage::delete |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
Delete item from the memcache server |
NativeSessionStorage::setOptions |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Sets session.* ini variables. |
hook_field_storage_details_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API storage details. |
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. |
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 |
CustomBlockTypeStorageController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeStorageController.php |
Controller class for custom block types. |
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(). |
ConfigController::$targetStorage |
property |
drupal/core/modules/config/lib/Drupal/config/Controller/ConfigController.php |
The target storage. |
ConfigController::$sourceStorage |
property |
drupal/core/modules/config/lib/Drupal/config/Controller/ConfigController.php |
The source storage. |
SqliteProfilerStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php |
|
ActionStorageController::preSave |
function |
drupal/core/modules/system/lib/Drupal/system/ActionStorageController.php |
Acts on an entity before the presave hook is invoked. |
FileProfilerStorageTest::$tmpDir |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
CustomBlockStorageController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Contains \Drupal\custom_block\CustomBlockStorageController. |
DatabaseStorageExpirableTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php |
Contains Drupal\system\Tests\KeyValueStore\DatabaseStorageExpirableTest. |
ConfigImporter::$storageComparer |
property |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
The storage comparer used to discover configuration changes. |
DatabaseStorageExpirable::getAll |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getAll(). |
RolesRid::$roleStorageController |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/RolesRid.php |
The role entity storage controller |
EntityStorageControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Defines a common interface for entity controller classes. |
ViewStorageInterface::getDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php |
Retrieves a specific display's configuration by reference. |
NullStorageExpirable::$collection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
The name of the collection holding key and value pairs. |
NullStorageExpirable::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Creates a new expirable null key/value store. |
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. |
NullStorageExpirable::getMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getMultiple(). |
NullStorageExpirable::setMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setMultiple(). |
PhpSessionStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
|
DatabaseStorageController::$cache |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Whether this entity type should use the static cache. |