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
EntityDuplicateTest::$entityTestRevStorage property core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php
EntityExists::$storage property core/modules/migrate/src/Plugin/migrate/process/EntityExists.php The entity storage.
EntityField::getFieldStorageDefinition function core/modules/views/src/Plugin/views/field/EntityField.php Gets the field storage definition.
EntityFieldManager::$activeFieldStorageDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of active field storage definitions per entity type.
EntityFieldManager::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of field storage definitions per entity type.
EntityFieldManager::buildFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds field storage definitions for an entity type.
EntityFieldManager::getActiveFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Gets the active field storage definitions for a content entity type.
EntityFieldManager::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Gets the field storage definitions for a content entity type.
EntityFieldManagerInterface::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets the field storage definitions for a content entity type.
EntityFieldManagerTest::testGetFieldStorageDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldStorageDefinitions() method.
EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldStorageDefinitions() method with caching.
EntityFieldStorageConfig class core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Provides destination plugin for field_storage_config configuration entities.
EntityFieldStorageConfig.php file core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php
EntityFieldStorageConfig::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Gets the destination IDs.
EntityFieldStorageConfig::rollback function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Delete the specified destination object from the target Drupal.
EntityFormTest::setUpStorage function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Sets up the storage accessed via the entity type manager in the form.
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the entity type's field storage definitions in the application state.
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type's field storage definitions in the application state.
EntityListBuilder::$storage property core/lib/Drupal/Core/Entity/EntityListBuilder.php The entity storage class.
EntityListBuilder::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets the entity storage.
EntityListBuilderInterface::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Gets the entity storage.
EntityListBuilderTest::$roleStorage property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The role storage used for testing.
EntityQueryAggregateTest::$entityStorage property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php The entity_test storage to create the test entities.
EntityQueryTest::$storage property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php The entity_test_mulrev entity storage.
EntityReferenceItem::calculateStorageDependencies function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntityReferenceItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntityReferenceItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntityReferenceItem::storageSettingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntityResourcePostRouteSubscriber::$resourceConfigStorage property core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php The REST resource config storage.
EntityResourceTestBase::$entityStorage property core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php The entity storage.
EntityRevisionTest::$storage property core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php
EntitySchemaTest::testCleanUpStorageDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests fields from an uninstalled module are removed from the schema.
EntityStorageBase class core/lib/Drupal/Core/Entity/EntityStorageBase.php A base entity storage class.
EntityStorageBase.php file core/lib/Drupal/Core/Entity/EntityStorageBase.php
EntityStorageBase::$baseEntityClass property core/lib/Drupal/Core/Entity/EntityStorageBase.php Name of the base entity class.
EntityStorageBase::$entityType property core/lib/Drupal/Core/Entity/EntityStorageBase.php Information about the entity type.
EntityStorageBase::$entityTypeId property core/lib/Drupal/Core/Entity/EntityStorageBase.php Entity type ID for this storage.
EntityStorageBase::$idKey property core/lib/Drupal/Core/Entity/EntityStorageBase.php Name of the entity's ID field in the entity database table.
EntityStorageBase::$langcodeKey property core/lib/Drupal/Core/Entity/EntityStorageBase.php The name of the entity langcode property.
EntityStorageBase::$memoryCache property core/lib/Drupal/Core/Entity/EntityStorageBase.php The memory cache.
EntityStorageBase::$memoryCacheTag property core/lib/Drupal/Core/Entity/EntityStorageBase.php The memory cache tag.
EntityStorageBase::$uuidKey property core/lib/Drupal/Core/Entity/EntityStorageBase.php Name of entity's UUID database table field, if it supports UUIDs.
EntityStorageBase::$uuidService property core/lib/Drupal/Core/Entity/EntityStorageBase.php The UUID service.
EntityStorageBase::buildCacheId function core/lib/Drupal/Core/Entity/EntityStorageBase.php Builds the cache ID for the passed in entity ID.

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