MTimeProtectedFastFileStorage::__construct |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Constructs this MTimeProtectedFastFileStorage object. |
MTimeProtectedFastFileStorage::getFullPath |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Returns the full path where the file is or should be stored. |
EntityListController::getStorageController |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Implements Drupal\Core\Entity\EntityListControllerInterface::getStorageController(). |
ConfigStorageController::$hookLoadArguments |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Additional arguments to pass to hook_TYPE_load(). |
field_sql_storage_field_storage_purge_field |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_purge_field(). |
MTimeProtectedFileStorageTest::testSecurity |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFileStorageTest.php |
Tests the security of the MTimeProtectedFileStorage implementation. |
DatabaseStorageController::$entityFieldInfo |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
An array of field information, i.e. containing definitions. |
DatabaseStorageExpirable::garbageCollection |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Deletes expired items. |
DatabaseStorageController::loadByProperties |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::loadByProperties(). |
CommentStorageController::releaseThreadLock |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Release the lock acquired for the thread in preSave(). |
FieldSqlStorageTest::testFieldUpdateFailure |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test that failure to create fields is handled gracefully. |
AbstractProfilerStorageTest::testDuplicates |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
SqliteProfilerStorageTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php |
|
FileProfilerStorageTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
MockArraySessionStorageTest::testRegenerate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php |
|
RedisProfilerStorage::REDIS_SERIALIZER_NONE |
constant |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
|
RedisProfilerStorage::createProfileFromData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
|
NativeSessionStorageTest::testCookieOptions |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
_field_test_field_storage_query_sort_helper |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Sort helper for field_test_field_storage_query(). |
BaseMemcacheProfilerStorage::isItemNameValid |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
|
ConfigStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
ConfigStorageController::getQueryServicename |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getQueryServicename(). |
field_sql_storage_field_storage_create_field |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_create_field(). |
field_sql_storage_field_storage_update_field |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_update_field(). |
field_sql_storage_field_storage_delete_field |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_field(). |
MTimeProtectedFastFileStorageTest::$expected |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFastFileStorageTest.php |
The expected test results for the security test. |
field_sql_storage_field_attach_rename_bundle |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_attach_rename_bundle(). |
MTimeProtectedFileStorageTest::$storageClass |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFileStorageTest.php |
|
EntityStorageControllerInterface::resetCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Resets the internal, static entity cache. |
StorageTest::testCachedFormStorageValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php |
Tests updating cached form storage during form validation. |
DatabaseStorageExpirableTest::testExpiration |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php |
Tests data expiration. |
MongoDbProfilerStorageTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
FieldSqlStorageTest::testFieldStorageDetails |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test the storage details. |
ViewStorageTest::testConfigurationEntityCRUD |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests CRUD operations. |
NativeSessionStorageTest::testSetSaveHandler |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
MongoDbProfilerStorage::createProfileFromData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
FileStorageController::retrieveTemporaryFiles |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Retrieve temporary files that are older than DRUPAL_MAXIMUM_TEMP_FILE_AGE. |
DatabaseStorageController::$hookLoadArguments |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Additional arguments to pass to hook_TYPE_load(). |
FieldAttachStorageTest::testFieldAttachDelete |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test field_attach_delete(). |
DatabaseStorageController::buildPropertyQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Builds an entity query. |
AbstractProfilerStorageTest::testRetrieveByIp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
SqliteProfilerStorageTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php |
|
NamespacedAttributeBagTest::testGetStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php |
|
MTimeProtectedFastFileStorage::cleanDirectory |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Removes everything in a directory, leaving it empty. |
EntityStorageControllerInterface::loadRevision |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Load a specific entity revision. |
MongoDbProfilerStorageTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
CommentStorageController::updateNodeStatistics |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Updates the comment statistics for a given node. |
AbstractProfilerStorageTest::testRetrieveByUrl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
DatabaseStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
DatabaseStorageController::getQueryServiceName |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getQueryServiceName(). |