Search for storage

  1. Search 7.x for storage
  2. Search 8.9.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
EntityStorageDeprecationTest.php file core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php
EntityStorageDeprecationTest::$cache property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The cache backend to use.
EntityStorageDeprecationTest::$connection property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The database connection to use.
EntityStorageDeprecationTest::$container property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The dependency injection container.
EntityStorageDeprecationTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The mocked entity field manager used in this test.
EntityStorageDeprecationTest::$entityStorage property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The content entity database storage used in this test.
EntityStorageDeprecationTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The mocked entity type used in this test.
EntityStorageDeprecationTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The mocked entity type bundle info used in this test.
EntityStorageDeprecationTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The entity type ID.
EntityStorageDeprecationTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The mocked entity type manager used in this test.
EntityStorageDeprecationTest::$fieldDefinitions property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php An array of field definitions used for this test, keyed by field name.
EntityStorageDeprecationTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The language manager.
EntityStorageDeprecationTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The module handler.
EntityStorageDeprecationTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php
EntityStorageDeprecationTest::setUpEntityStorage function core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php Sets up the content entity storage.
EntityStorageDeprecationTest::testGetEntityClass function core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php Tests the deprecation when accessing entityClass directly.
EntityStorageDeprecationTest::testSetEntityClass function core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php Tests the deprecation when setting entityClass directly.
EntityStorageException class core/lib/Drupal/Core/Entity/EntityStorageException.php Defines an exception thrown when storage operations fail.
EntityStorageException.php file core/lib/Drupal/Core/Entity/EntityStorageException.php
EntityStorageInterface interface core/lib/Drupal/Core/Entity/EntityStorageInterface.php Defines the interface for entity storage classes.
EntityStorageInterface.php file core/lib/Drupal/Core/Entity/EntityStorageInterface.php
EntityStorageInterface::create function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Constructs a new entity object, without permanently saving it.
EntityStorageInterface::delete function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Deletes permanently saved entities.
EntityStorageInterface::deleteRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Delete a specific entity revision.
EntityStorageInterface::FIELD_LOAD_CURRENT constant core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load the most recent version of an entity's field data.
EntityStorageInterface::FIELD_LOAD_REVISION constant core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load the version of an entity's field data specified in the entity.
EntityStorageInterface::getAggregateQuery function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets an aggregated query instance.
EntityStorageInterface::getEntityClass function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Retrieves the class name used to create the entity.
EntityStorageInterface::getEntityType function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type definition.
EntityStorageInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type ID.
EntityStorageInterface::getQuery function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets an entity query instance.
EntityStorageInterface::hasData function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Determines if the storage contains any data.
EntityStorageInterface::load function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads one entity.
EntityStorageInterface::loadByProperties function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load entities by their property values without any access checks.
EntityStorageInterface::loadMultiple function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads one or more entities.
EntityStorageInterface::loadRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load a specific entity revision.
EntityStorageInterface::loadUnchanged function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads an unchanged entity from the database.
EntityStorageInterface::resetCache function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Resets the internal entity cache.
EntityStorageInterface::restore function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Restores a previously saved entity.
EntityStorageInterface::save function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Saves the entity permanently.
EntityStorageSchemaInterface interface core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Defines the interface for entity storage schema handler classes.
EntityStorageSchemaInterface.php file core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php
EntityStorageSchemaInterface::requiresEntityDataMigration function core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Checks if existing data would be lost if the schema changes were applied.
EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges function core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Checks if the changes to the entity type requires storage schema changes.
EntityTest::$entityStorage property core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php The mocked entity storage.
EntityTestBase::$storage property core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php
EntityTestDefinitionSubscriber::onFieldStorageDefinitionCreate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the creation of a field storage definition.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the deletion of a field storage definition.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the update of a field storage definition.
EntityTestNoLoadStorage class core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php Test storage class used to verify that no load operation is triggered.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.