NativeSessionStorageTest::testGetId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
StringDatabaseStorage::getLocations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::getLocations(). |
StringDatabaseStorage::countStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::countStrings(). |
StringDatabaseStorage::checkVersion |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Checks whether the string version matches a given version, fix it if not. |
StringDatabaseStorage::createString |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::createString(). |
StringDatabaseStorage::dbFieldTable |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Gets table alias for field. |
StringDatabaseStorage::dbStringKeys |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Gets keys values that are in a database table. |
StringDatabaseStorage::dbStringLoad |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Loads multiple string objects. |
MockFileSessionStorage::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Constructor. |
NullSessionStorageTest::testSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
|
MockFileSessionStorage::getFilePath |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Calculate path to file. |
MemcacheSessionHandlerTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php |
|
MemcachedProfilerStorage::$memcached |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
|
ConfigStorageController::$entityType |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Entity type for this controller instance. |
ConfigStorageController::$entityInfo |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Array of information about the entity. |
ConfigStorageController::__construct |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::__construct(). |
MongoDbProfilerStorage::readChildren |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
_update_8000_field_sql_storage_write |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.install |
Writes field data directly to SQL storage. |
field_sql_storage_field_storage_info |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_info(). |
field_sql_storage_field_storage_load |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_load(). |
MTimeProtectedFileStorageTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFileStorageTest.php |
Overrides \Drupal\simpletest\UnitTestBase::setUp() |
MemoryStorageTest::$originalKeyValue |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageTest.php |
Holds the original default key/value service name. |
SqliteProfilerStorage::buildCriteria |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php |
Build SQL criteria to fetch records by ip and url |
MemcacheProfilerStorage::getMemcache |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php |
Internal convenience method that returns the instance of the Memcache |
MemcacheProfilerStorage::setMemcache |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php |
Set instance of the Memcache |
MemcacheProfilerStorage::appendValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php |
Append data to an existing item on the memcache server |
StorageTestBase::testNonExistingKeys |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Tests expected behavior for non-existing keys. |
DatabaseStorageExpirable::__destruct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Performs garbage collection as needed when destructing the storage object. |
RedisProfilerStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/RedisProfilerStorageTest.php |
|
MongoDbProfilerStorageTest::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
CommentStorageController::buildQuery |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::buildQuery(). |
CommentStorageController::attachLoad |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::attachLoad(). |
ViewStorageController::getProperties |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::getProperties(); |
CommentStorageController::postDelete |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postDelete(). |
DatabaseStorageController::preDelete |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on entities before they are deleted. |
MockFileSessionStorageTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
MockArraySessionStorage::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Constructor. |
MockFileSessionStorageTest::tearDown |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
MockFileSessionStorageTest::testSave |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
MockArraySessionStorage::registerBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Registers a SessionBagInterface for use. |
MockArraySessionStorage::loadSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
|
StringStorageInterface::getLocations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads string location information. |
ViewStorageTest::testCreateDuplicate |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests the createDuplicate() View method. |
MTimeProtectedFileStorage::checkFile |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Determines whether a protected file exists and sets the filename too. |
StringStorageInterface::countStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Counts source strings. |
StringStorageInterface::createString |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Creates a source string object bound to this storage but not saved. |
config_get_storage_names_with_prefix |
function |
drupal/core/includes/config.inc |
Gets configuration object names starting with a given prefix. |
EntityStorageControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Definition of Drupal\Core\Entity\EntityStorageControllerInterface. |
SessionStorageInterface::registerBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Registers a SessionBagInterface for use. |
NativeSessionStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|