NodeStorageController::preSaveRevision |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSaveRevision(). |
FilterFormatStorageController::preSave |
function |
drupal/core/modules/filter/lib/Drupal/filter/FilterFormatStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::preSave(). |
AbstractProfilerStorageTest::testPurge |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
CustomBlockStorageController::postSave |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Overrides \Drupal\Core\Entity\DatabaseStorageController::postSave(). |
form_storage_test_form_continue_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submit handler to continue multi-step form. |
ViewPageController::$storageController |
property |
drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php |
The entity storage controller. |
MTimeProtectedFileStorageTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
This method exists to support the simpletest UI runner. |
StringDatabaseStorage::getTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::getTranslations(). |
StringDatabaseStorage::findTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::findTranslation(). |
EntityStorageControllerInterface::load |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Loads one or more entities. |
DatabaseStorageController::$revisionKey |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Name of entity's revision database table field, if it supports revisions. |
PhpSessionStorageTest::testPhpSession53 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
|
NullStorageExpirable::getCollectionName |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getCollectionName(). |
PhpSessionStorageTest::testPhpSession54 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
|
DatabaseStorageController::loadRevision |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::loadRevision(). |
StorageComparerInterface::getChangelist |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Gets the list of differences to import. |
StorageComparerInterface::addChangeList |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Adds changes to the changelist. |
DatabaseStorageController::saveRevision |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Saves an entity revision. |
BlockStorageUnitTest::testDefaultBlocks |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
Tests the installation of default blocks. |
MenuLinkStorageController::moveChildren |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Updates the children of a menu link that is being moved. |
MockArraySessionStorage::setSessionData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Sets the session data. |
MockArraySessionStorage::setMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Sets the MetadataBag. |
MockArraySessionStorage::getMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Gets the MetadataBag. |
ImageStyleStorageController::attachLoad |
function |
drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::attachLoad(). |
ImageStyleStorageController::postDelete |
function |
drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::postDelete(). |
SessionStorageInterface::getMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
|
DatabaseStorageControllerNG::$bundleKey |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
The entity bundle key. |
DatabaseStorageControllerNG::$dataTable |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
The table that stores properties, if the entity has multilingual support. |
field_sql_storage_field_storage_details |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_details(). |
DatabaseStorageControllerNG::buildQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Builds the query to load the entity. |
DatabaseStorageControllerNG::attachLoad |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::attachLoad(). |
DatabaseStorageControllerNG::invokeHook |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::invokeHook(). |
EntityStorageControllerBase::resetCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Resets the internal, static entity cache. |
hook_field_storage_purge_field_instance |
function |
drupal/core/modules/field/field.api.php |
Remove field storage information when a field instance is purged. |
VocabularyStorageController::postDelete |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Config\Entity\ConfigStorageController::postDelete(). |
VocabularyStorageController::resetCache |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Config\Entity\ConfigStorageController::resetCache(). |
MTimeProtectedFastFileStorage::HTACCESS |
constant |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
The .htaccess code to make a directory private. |
MongoDbProfilerStorageTestDataCollector |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
MongoDbProfilerStorageTest::testCleanup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
FilterFormatStorageController::postSave |
function |
drupal/core/modules/filter/lib/Drupal/filter/FilterFormatStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::postSave(). |
AbstractProfilerStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
HttpCacheTestCase::getMetaStorageValues |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php |
|
MemcacheProfilerStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php |
|
StringStorageInterface::getTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads multiple string translation objects. |
StringStorageInterface::findTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads a string translation object, fast query. |
ConfigStorageController::$configFactory |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
The config factory service. |
ConfigStorageController::$configStorage |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
The config storage service. |
ConfigStorageController::createInstance |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Instantiates a new instance of this entity controller. |
MTimeProtectedFileStorageTest::testCRUD |
function |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
Tests basic load/save/delete operations. |
ConfigStorageController::deleteRevision |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::deleteRevision(). |