CategoryStorageController::postSave |
function |
drupal/core/modules/contact/lib/Drupal/contact/CategoryStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::postSave(). |
EntityViewModeStorageController.php |
file |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeStorageController.php |
Contains \Drupal\entity\EntityViewModeStorageController. |
AttributeBagTest::testGetStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php |
|
PhpStorageTestBase::$storageFactory |
property |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
The storage factory object. |
ShortcutStorageController::postSave |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Overrides \Drupal\config\ConfigStorageController::postSave(). |
ConfigStorageController::$statusKey |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Name of the entity's status key or FALSE if a status is not supported. |
StringDatabaseStorage::getLocations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::getLocations(). |
ConfigStorageController::buildQuery |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Builds the query to load the entity. |
StringDatabaseStorage::countStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::countStrings(). |
ConfigStorageController::attachLoad |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Attaches data to entities upon loading. |
MockFileSessionStorageTest::testSave |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
StringDatabaseStorage::deleteStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::deleteLanguage(). |
NullStorageExpirable::setIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setIfNotExists(). |
StringDatabaseStorage::dbStringTable |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Gets table name for storing string object. |
NullStorageExpirable::deleteMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::deleteMultiple(). |
DatabaseStorageController::$database |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Active database connection. |
ViewStorageTest::testCreateDuplicate |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests the createDuplicate() View method. |
DatabaseStorageController::preDelete |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on entities before they are deleted. |
StorageComparerInterface::hasChanges |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Checks if there are any operations with changes to process. |
MenuLinkStorageController::preDelete |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::preDelete(). |
MemcacheSessionHandlerTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php |
|
NativeSessionStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
MockArraySessionStorage::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Constructor. |
MockArraySessionStorage::registerBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Registers a SessionBagInterface for use. |
PdoProfilerStorage::prepareStatement |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
_update_8000_field_sql_storage_write |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.install |
Writes field data directly to SQL storage. |
MockArraySessionStorage::loadSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
|
field_sql_storage_field_storage_info |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_info(). |
field_sql_storage_field_create_field |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_create_field(). |
field_sql_storage_field_storage_load |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_load(). |
SessionStorageInterface::registerBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Registers a SessionBagInterface for use. |
NativeSessionStorage::getSaveHandler |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Gets the save handler instance. |
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(). |
CommentStorageController::postDelete |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postDelete(). |
MemcachedProfilerStorage::$memcached |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
|
NativeSessionStorage::setMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Sets the MetadataBag. |
NativeSessionStorage::getMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Gets the MetadataBag. |
MemoryStorageTest::$originalKeyValue |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageTest.php |
Holds the original default key/value service name. |
NativeSessionStorage::setSaveHandler |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Registers session save handler as a PHP session handler. |
MockFileSessionStorage::$sessionData |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
|
PhpBridgeSessionStorage::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php |
Constructor. |
StorageTestBase::testNonExistingKeys |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Tests expected behavior for non-existing keys. |
MTimeProtectedFileStorage::checkFile |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Determines whether a protected file exists and sets the filename too. |
MongoDbProfilerStorage::readChildren |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
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 |
|
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 |
MongoDbProfilerStorageTest::testUtf8 |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
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 |