EntityStorageControllerInterface::loadRevision |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Load a specific entity revision. |
FieldAttachStorageTest::testEntityDeleteBundle |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test entity_bundle_delete(). |
DatabaseStorageController::baseFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Defines the base properties of the entity type. |
MenuLinkStorageController::loadModuleAdminTasks |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Loads system menu link as needed by system_get_module_admin_tasks(). |
MenuLinkStorageController::updateParentalStatus |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Checks and updates the 'has_children' property for the parent of a link. |
NativeSessionStorageTest::testRegenerateDestroy |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
NativeSessionStorageTest::testCanStartOutside54 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
@expectedException \RuntimeException |
field_sql_storage_field_storage_delete_revision |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_revision(). |
field_sql_storage_field_storage_delete_instance |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_instance(). |
DatabaseStorageControllerNG::buildPropertyQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Builds an entity query. |
DatabaseStorageControllerNG::attachPropertyData |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Attaches property data in all languages for translatable properties. |
DatabaseStorageControllerNG::mapToStorageRecord |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Maps from an entity object to the storage record of the base table. |
EntityStorageControllerBase::$hookLoadArguments |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Additional arguments to pass to hook_TYPE_load(). |
MTimeProtectedFastFileStorage::getUncachedMTime |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Clears PHP's stat cache and returns the directory's mtime. |
form_test_storage_element_validate_value_cached |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form element validation handler for 'value' element in form_test_storage_form(). |
FieldAttachStorageTest::testFieldAttachSaveLoad |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Check field values insert, update and load. |
DatabaseStorageExpirable::setMultipleWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpirablInterface::setMultipleWithExpire(). |
EntityStorageControllerInterface::loadUnchanged |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Loads an unchanged entity from the database. |
MTimeProtectedFastFileStorageTest::$storageClass |
property |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php |
Test this class. |
MockFileSessionStorageTest::testSaveWithoutStart |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
@expectedException RuntimeException |
MenuLinkStorageController::loadUpdatedCustomized |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Loads updated and customized menu links for specific router paths. |
FieldInstanceStorageController::loadByProperties |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::loadByProperties(). |
MongoDbProfilerStorageTestDataCollector::setData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
MongoDbProfilerStorageTestDataCollector::getData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
MongoDbProfilerStorageTestDataCollector::collect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
Collects data for the given Request and Response. |
MongoDbProfilerStorageTestDataCollector::getName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
Returns the name of the collector. |
EntityStorageControllerInterface::deleteRevision |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Delete a specific entity revision. |
MockFileSessionStorageTest::testMultipleInstances |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
EntityApiTest::testEntityStorageExceptionHandling |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php |
Tests that exceptions are properly thrown when saving or deleting an
entity. |
EntityTestStorageController::baseFieldDefinitions |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Defines the base properties of the entity type. |
DatabaseStorageExpirable::$needsGarbageCollection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Flag indicating whether garbage collection should be performed. |
EntityStorageControllerInterface::loadByProperties |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Load entities by their property values. |
FieldSqlStorageTest::testUpdateFieldSchemaWithData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test trying to update a field with data. |
NativeSessionStorageTest::testRegisterBagException |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
@expectedException \InvalidArgumentException |
EntityQueryAggregateTest::$entityStorageController |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
The entity_test storage controller to create the test entities. |
BaseMemcacheProfilerStorage::createProfileFromData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
|
DatabaseStorageControllerNG::mapFromStorageRecords |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Maps from storage records to entity objects. |
ConfigEntityUnitTest::testStorageControllerMethods |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityUnitTest.php |
Tests storage controller methods. |
CustomBlockStorageController::baseFieldDefinitions |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Implements \Drupal\Core\Entity\DataBaseStorageControllerNG::basePropertyDefinitions(). |
DatabaseStorageExpirable::setWithExpireIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::setWithExpireIfNotExists(). |
ViewStorageController::mergeDefaultDisplaysOptions |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Add defaults to the display options. |
FieldSqlStorageTest::testFieldAttachInsertAndUpdate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Reads mysql to verify correct data is
written when using insert and update. |
FieldSqlStorageTest::testFieldAttachSaveMissingData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Tests insert and update with missing or NULL fields. |
FieldSqlStorageTest::testFieldUpdateIndexesWithData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test adding and removing indexes while data is present. |
FieldSqlStorageTest::testFieldSqlStorageForeignKeys |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test foreign key support. |
DatabaseStorageControllerNG::mapToDataStorageRecord |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Maps from an entity object to the storage record of the data table. |
EntityListControllerInterface::getStorageController |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Gets the entity storage controller. |
FieldAttachStorageTest::testFieldAttachLoadMultiple |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test the 'multiple' load feature. |
MenuLinkStorageController::findChildrenRelativeDepth |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Finds the depth of an item's children relative to its depth. |
EntityTestMulStorageController::baseFieldDefinitions |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulStorageController.php |
Overrides \Drupal\entity_test\EntityTestStorageController::baseFieldDefinitions(). |