BootstrapConfigStorageFactory::get |
function |
drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php |
Returns a configuration storage implementation. |
StringStorageInterface::getStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads multiple source string objects. |
StringStorageInterface::findString |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads a string source object, fast query. |
ShortcutStorageController::preSave |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Overrides \Drupal\config\ConfigStorageController::preSave(). |
NodeTestStorageController::preSave |
function |
drupal/core/modules/node/tests/modules/node_test/lib/Drupal/node_test/NodeTestStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
StringDatabaseStorage::$connection |
property |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
The database connection. |
StringDatabaseStorage::__construct |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Constructs a new StringStorage controller. |
DatabaseStorageExpirable::destruct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\DestructableInterface::destruct(). |
ConfigImporter::getStorageComparer |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets the configuration storage comparer. |
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. |
ConfigStorageController::postDelete |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on deleted entities before the delete hook is invoked. |
StringDatabaseStorage::createString |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::createString(). |
ViewStorageTest::$config_properties |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Properties that should be stored in the configuration. |
ConfigStorageController::invokeHook |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Invokes a hook on behalf of the entity. |
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. |
NullStorageExpirable::setWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::setWithExpire(). |
ViewStorageTest::displayMethodTests |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Tests the display related functions like getDisplaysList(). |
BlockStorageUnitTest::testBlockCRUD |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
Tests CRUD operations. |
DatabaseStorageController::postSave |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on a saved entity before the insert or update hook is invoked. |
MenuLinkStorageController::postSave |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
DatabaseStorageController::postSave(). |
NullSessionStorageTest::testSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
|
NativeSessionStorageTest::$savePath |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
FieldStorageController::__construct |
function |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
Constructs a FieldStorageController object. |
NativeSessionStorageTest::testGetId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
MockArraySessionStorage::regenerate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Regenerates id that represents this storage. |
MongoDbSessionHandlerTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
|
MockArraySessionStorage::generateId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Generates a session ID. |
SessionStorageInterface::regenerate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Regenerates id that represents this storage. |
BaseMemcacheProfilerStorage::delete |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
Delete item from the memcache server |
DatabaseStorageControllerNG::create |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::create(). |
EntityTestStorageController::create |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Overrides DatabaseStorageController::create(). |
EntityManager::getStorageController |
function |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Creates a new storage controller instance. |
DatabaseStorageControllerNG::delete |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overwrites \Drupal\Core\Entity\DatabaseStorageController::delete(). |
MockFileSessionStorage::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Constructor. |
DatabaseStorageExpirableTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php |
Sets up unit test environment. |
MockFileSessionStorage::getFilePath |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Calculate path to file. |
EntityStorageControllerBase::$cache |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Whether this entity type should use the static cache. |
EntityStorageControllerBase::$idKey |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Name of the entity's ID field in the entity database table. |
StorageTestBase::testSetIfNotExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Tests the setIfNotExists() method. |
MysqlProfilerStorage::buildCriteria |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php |
Build SQL criteria to fetch records by ip and url |
MongoDbProfilerStorage::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
Constructor. |
MTimeProtectedFastFileStorage::save |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::save(). |
MemcachedProfilerStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcachedProfilerStorageTest.php |
|
DateTimeTest::testDateFormatStorage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php |
Test if the date formats are stored properly. |
StorageComparer::getEmptyChangelist |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Gets an empty changelist. |
SqliteProfilerStorageTest::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php |
|
LocaleConfigManager::$localeStorage |
property |
drupal/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php |
A string storage for reading and writing translations. |
FileProfilerStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|