Search for storage

  1. Search 7.x for storage
  2. Search 9.5.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
DependencySerializationTrait::$_entityStorages property core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php An array of entity type IDs keyed by the property name of their storages.
DiscardLayoutChangesForm::$sectionStorage property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The section storage.
DisplayEntityReferenceTest::$fieldStorage property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The field storage.
DrupalGetProfileLegacyTest::$bootstrapConfigStorageProfile property core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php Config storage profile.
DrupalKernel::$configStorage property core/lib/Drupal/Core/DrupalKernel.php Config storage object used for reading enabled modules configuration.
DrupalKernel::getConfigStorage function core/lib/Drupal/Core/DrupalKernel.php Returns the active configuration storage to use during building the container.
DrupalMediaLibrary::$mediaTypeStorage property core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php The media type entity storage.
DynamicallyFieldableEntityStorageInterface interface core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php A storage that supports entity types with dynamic field definitions.
DynamicallyFieldableEntityStorageInterface.php file core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php
DynamicallyFieldableEntityStorageSchemaInterface interface core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php A storage schema that supports entity types with dynamic field definitions.
DynamicallyFieldableEntityStorageSchemaInterface.php file core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php
DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Performs final cleanup after all data of a field has been purged.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if existing data would be lost if the schema changes were applied.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if the changes to the storage definition requires schema changes.
EditorImageDialog::$fileStorage property core/modules/editor/src/Form/EditorImageDialog.php The file storage service.
EmailAction::$storage property core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php The user storage.
EmailFieldTest::$fieldStorage property core/modules/field/tests/src/Functional/Email/EmailFieldTest.php A field storage to use in this test class.
Entity::$storage property core/modules/migrate/src/Plugin/migrate/destination/Entity.php The entity storage.
EntityApiTest::testEntityStorageExceptionHandling function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that exceptions are thrown when saving or deleting an entity.
EntityDecoupledTranslationRevisionsTest::$storage property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The entity storage.
EntityDefinitionTestTrait::getUpdatedFieldStorageDefinitions function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Returns the required rev / mul field definitions for an entity type.
EntityDefinitionUpdateManager::$fieldStorageDefinitionListener property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The field storage definition listener service.
EntityDefinitionUpdateManager::getFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Returns a field storage definition ready to be manipulated.
EntityDefinitionUpdateManager::installFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Installs a new field storage definition.
EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if the changes to the entity type requires storage schema changes.
EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if the changes to the storage definition requires schema changes.
EntityDefinitionUpdateManager::uninstallFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Uninstalls a field storage definition.
EntityDefinitionUpdateManager::updateFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Applies any change performed to the passed field storage definition.
EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php Returns a field storage definition ready to be manipulated.
EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php Installs a new field storage definition.
EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php Uninstalls a field storage definition.
EntityDefinitionUpdateManagerInterface::updateFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php Applies any change performed to the passed field storage definition.
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Ensures that a new entity level index is created when data exists.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithEntityStorageChange function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating entity schema when there are entity storage changes.
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_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Deprecated. Destination with Drupal specific config dependencies.
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.php file core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php
EntityFieldStorageConfig::$fieldTypePluginManager property core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php The field type plugin manager.

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