Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 10.3.x for storage
  5. Other projects
Title Object type File name Summary
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::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.
EntityTestNoLoadStorage.php file core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php
EntityTestNoLoadStorage::load function core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php Loads one entity.
EntityTestUpdateStorage class core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php Helper class for entity update testing.
EntityTestUpdateStorage.php file core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php
EntityTestUpdateStorage::saveToDedicatedTables function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php Saves values of fields that use dedicated tables.
EntityTestUpdateStorageSchema class core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Defines the entity_test_update storage_schema handler.
EntityTestUpdateStorageSchema.php file core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php
EntityTestUpdateStorageSchema::getEntitySchema function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Gets the entity schema for the specified entity type.
EntityTestUpdateStorageSchema::getSharedTableFieldSchema function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Gets the schema for a single field definition.
EntityType::checkStorageClass function core/lib/Drupal/Core/Entity/EntityType.php Checks that the provided class is compatible with the current entity type.
EntityType::getStorageClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the storage class.
EntityType::setStorageClass function core/lib/Drupal/Core/Entity/EntityType.php Sets the storage class.
EntityTypeInterface::getStorageClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the storage class.
EntityTypeInterface::setStorageClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the storage class.
EntityTypeManager::getStorage function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new storage instance.
EntityTypeManagerInterface::getStorage function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new storage instance.
EntityTypeManagerTest::testGetStorage function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getStorage() method.
EntityTypeTest::testGetStorageClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getStorageClass() method.
EntityTypeTest::testSetStorageClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the setStorageClass() method.
EntityViewsData::$fieldStorageDefinitions property core/modules/views/src/EntityViewsData.php The field storage definitions for all base fields of the entity type.
EntityViewsData::$storage property core/modules/views/src/EntityViewsData.php The storage used for this entity type.
EntityViewsData::getFieldStorageDefinitions function core/modules/views/src/EntityViewsData.php Gets the field storage definitions.
entity_schema_test_entity_field_storage_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_field_storage_info().
entity_test_extra_entity_field_storage_info function core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module Implements hook_entity_field_storage_info().
entity_test_update_entity_field_storage_info function core/modules/system/tests/modules/entity_test_update/entity_test_update.module Implements hook_entity_field_storage_info().
ExcludedModulesEventSubscriber::$activeStorage property core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php
ExportStorageManager class core/lib/Drupal/Core/Config/ExportStorageManager.php The export storage manager dispatches an event for the export storage.
ExportStorageManager.php file core/lib/Drupal/Core/Config/ExportStorageManager.php
ExportStorageManager::$active property core/lib/Drupal/Core/Config/ExportStorageManager.php The active configuration storage.
ExportStorageManager::$eventDispatcher property core/lib/Drupal/Core/Config/ExportStorageManager.php The event dispatcher.

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