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 |
StorageComparer::addChangelistDelete |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Creates the delete changelist. |
StorageComparer::addChangelistCreate |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Creates the create changelist. |
StorageComparer::addChangelistUpdate |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Creates the update changelist. |
CustomBlockTypeStorageController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeStorageController.php |
Contains \Drupal\custom_block\CustomBlockTypeStorageController. |
LocaleConfigManager::$installStorage |
property |
drupal/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php |
A storage controller instance for reading default configuration data. |
StringStorageInterface::getLocations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads string location information. |
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. |
ShortcutStorageController::preDelete |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Overrides \Drupal\Core\Entity\ConfigStorageController::preDelete(). |
ConfigStorageController::__construct |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Constructs a ConfigStorageController object. |
MTimeProtectedFileStorageTest::setUp |
function |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
Overrides \Drupal\Tests\UnitTestCase::setUp() |
EntityStorageControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Contains \Drupal\Core\Entity\EntityStorageControllerInterface. |
config_get_storage_names_with_prefix |
function |
drupal/core/includes/config.inc |
Gets configuration object names starting with a given prefix. |
MockFileSessionStorageTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
MockFileSessionStorageTest::tearDown |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
StringDatabaseStorage::updateLocation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Update locations for string. |
MockFileSessionStorageTest::testGetId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
ConfigStorageController::importCreate |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Create configuration upon synchronizing configuration changes. |
ConfigStorageController::importUpdate |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Updates configuration upon synchronizing configuration changes. |
ConfigStorageController::importDelete |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Delete configuration upon synchronizing configuration changes. |
StringDatabaseStorage::dbStringSelect |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Builds a SELECT query with multiple conditions and fields. |
StringDatabaseStorage::dbStringInsert |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Createds a database record for a string object. |
StringDatabaseStorage::dbStringUpdate |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Updates string object in the database. |
MockArraySessionStorageTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php |
|
MockArraySessionStorageTest::$flashes |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php |
|
DatabaseStorageController::buildQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Builds the query to load the entity. |
MockArraySessionStorageTest::tearDown |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php |
|
MemcachedSessionHandlerTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|
DatabaseStorageController::attachLoad |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Attaches data to entities upon loading. |
UserStorageController::createInstance |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Instantiates a new instance of this entity controller. |
DatabaseStorageController::postDelete |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on deleted entities before the delete hook is invoked. |
MenuLinkStorageController::buildQuery |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::buildQuery(). |
MenuLinkStorageController::attachLoad |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::attachLoad(). |
DatabaseStorageController::invokeHook |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Invokes a hook on behalf of the entity. |
MenuLinkStorageController::postDelete |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::postDelete(). |
MenuLinkStorageController::findParent |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Finds a possible parent for a given menu link entity. |
MenuLinkStorageController::setParents |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Sets the p1 through p9 properties for a menu link entity being saved. |
RedisProfilerStorage::isItemNameValid |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
|
MockArraySessionStorage::$metadataBag |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
|
EntityTestMulRevStorageController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulRevStorageController.php |
Definition of Drupal\entity_test\EntityTestMulRevStorageController. |
field_sql_storage_update_dependencies |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.install |
Implements hook_update_dependencies(). |
ImageStyleStorageController::postSave |
function |
drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::postSave(). |
_field_sql_storage_revision_tablename |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Generates a table name for a field revision archive table. |
MTimeProtectedFastFileStorageTest.php |
file |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php |
Definition of Drupal\Tests\Component\PhpStorage\MTimeProtectedFileStorageTest. |
field_sql_storage_field_update_forbid |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_update_forbid(). |
BaseMemcacheProfilerStorage::getValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
Retrieve item from the memcache server |
BaseMemcacheProfilerStorage::setValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
Store an item on the memcache server under the specified key |
field_sql_storage_field_storage_write |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_write(). |