Search for storage
- Search 7.x for storage
 - Search 9.5.x for storage
 - Search 8.9.x for storage
 - Search 10.3.x for storage
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| DeletedFieldsRepository::addFieldStorageDefinition | function | core/ | 
                                                                                        Adds a field storage definition object to the deleted list. | 
| DeletedFieldsRepository::getFieldStorageDefinitions | function | core/ | 
                                                                                        Returns a list of deleted field storage definitions. | 
| DeletedFieldsRepository::removeFieldStorageDefinition | function | core/ | 
                                                                                        Removes a field storage definition object from the deleted list. | 
| DeletedFieldsRepositoryInterface::addFieldStorageDefinition | function | core/ | 
                                                                                        Adds a field storage definition object to the deleted list. | 
| DeletedFieldsRepositoryInterface::getFieldStorageDefinitions | function | core/ | 
                                                                                        Returns a list of deleted field storage definitions. | 
| DeletedFieldsRepositoryInterface::removeFieldStorageDefinition | function | core/ | 
                                                                                        Removes a field storage definition object from the deleted list. | 
| DependencySerializationTrait::$_entityStorages | property | core/ | 
                                                                                        An array of entity type IDs keyed by the property name of their storages. | 
| DiscardLayoutChangesForm::$sectionStorage | property | core/ | 
                                                                                        The section storage. | 
| DisplayEntityReferenceTest::$fieldStorage | property | core/ | 
                                                                                        The field storage. | 
| DrupalKernel::$configStorage | property | core/ | 
                                                                                        Config storage object used for reading enabled modules configuration. | 
| DrupalKernel::getConfigStorage | function | core/ | 
                                                                                        Gets the active configuration storage to use during building the container. | 
| DynamicallyFieldableEntityStorageInterface | interface | core/ | 
                                                                                        A storage that supports entity types with dynamic field definitions. | 
| DynamicallyFieldableEntityStorageInterface.php | file | core/ | 
                                                                                        |
| DynamicallyFieldableEntityStorageSchemaInterface | interface | core/ | 
                                                                                        A storage schema that supports entity types with dynamic field definitions. | 
| DynamicallyFieldableEntityStorageSchemaInterface.php | file | core/ | 
                                                                                        |
| DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge | function | core/ | 
                                                                                        Performs final cleanup after all data of a field has been purged. | 
| DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration | function | core/ | 
                                                                                        Checks if existing data would be lost if the schema changes were applied. | 
| DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges | function | core/ | 
                                                                                        Checks if the changes to the storage definition requires schema changes. | 
| EmailAction::$storage | property | core/ | 
                                                                                        The user storage. | 
| EmailFieldTest::$fieldStorage | property | core/ | 
                                                                                        A field storage to use in this test class. | 
| Entity::$storage | property | core/ | 
                                                                                        The entity storage. | 
| EntityApiTest::testEntityStorageExceptionHandling | function | core/ | 
                                                                                        Tests that exceptions are thrown when saving or deleting an entity. | 
| EntityDecoupledTranslationRevisionsTest::$storage | property | core/ | 
                                                                                        The entity storage. | 
| EntityDefinitionTestTrait::getUpdatedFieldStorageDefinitions | function | core/ | 
                                                                                        Returns the required rev / mul field definitions for an entity type. | 
| EntityDefinitionUpdateManager::$fieldStorageDefinitionListener | property | core/ | 
                                                                                        The field storage definition listener service. | 
| EntityDefinitionUpdateManager::getFieldStorageDefinition | function | core/ | 
                                                                                        Returns a field storage definition ready to be manipulated. | 
| EntityDefinitionUpdateManager::installFieldStorageDefinition | function | core/ | 
                                                                                        Installs a new field storage definition. | 
| EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges | function | core/ | 
                                                                                        Checks if the changes to the entity type requires storage schema changes. | 
| EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges | function | core/ | 
                                                                                        Checks if the changes to the storage definition requires schema changes. | 
| EntityDefinitionUpdateManager::uninstallFieldStorageDefinition | function | core/ | 
                                                                                        Uninstalls a field storage definition. | 
| EntityDefinitionUpdateManager::updateFieldStorageDefinition | function | core/ | 
                                                                                        Applies any change performed to the passed field storage definition. | 
| EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition | function | core/ | 
                                                                                        Returns a field storage definition ready to be manipulated. | 
| EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition | function | core/ | 
                                                                                        Installs a new field storage definition. | 
| EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition | function | core/ | 
                                                                                        Uninstalls a field storage definition. | 
| EntityDefinitionUpdateManagerInterface::updateFieldStorageDefinition | function | core/ | 
                                                                                        Applies any change performed to the passed field storage definition. | 
| EntityDefinitionUpdateMultipleTypesTest::testCreateIndexUsingEntityStorageSchemaWithData | function | core/ | 
                                                                                        Ensures that a new entity level index is created when data exists. | 
| EntityDefinitionUpdateMultipleTypesTest::testEntityTypeUpdateWithEntityStorageChange | function | core/ | 
                                                                                        Tests updating entity schema when there are entity storage changes. | 
| EntityDuplicateTest::$entityTestRevStorage | property | core/ | 
                                                                                        |
| EntityExists::$storage | property | core/ | 
                                                                                        The entity storage. | 
| EntityField::getFieldStorageDefinition | function | core/ | 
                                                                                        Gets the field storage definition. | 
| EntityFieldManager::$activeFieldStorageDefinitions | property | core/ | 
                                                                                        Static cache of active field storage definitions per entity type. | 
| EntityFieldManager::$fieldStorageDefinitions | property | core/ | 
                                                                                        Static cache of field storage definitions per entity type. | 
| EntityFieldManager::buildFieldStorageDefinitions | function | core/ | 
                                                                                        Builds field storage definitions for an entity type. | 
| EntityFieldManager::getActiveFieldStorageDefinitions | function | core/ | 
                                                                                        Gets the active field storage definitions for a content entity type. | 
| EntityFieldManager::getFieldStorageDefinitions | function | core/ | 
                                                                                        Gets the field storage definitions for a content entity type. | 
| EntityFieldManagerInterface::getFieldStorageDefinitions | function | core/ | 
                                                                                        Gets the field storage definitions for a content entity type. | 
| EntityFieldManagerTest::testGetFieldStorageDefinitions | function | core/ | 
                                                                                        Tests the getFieldStorageDefinitions() method. | 
| EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching | function | core/ | 
                                                                                        Tests the getFieldStorageDefinitions() method with caching. | 
| EntityFieldStorageConfig | class | core/ | 
                                                                                        Provides destination plugin for field_storage_config configuration entities. | 
| EntityFieldStorageConfig.php | file | core/ | 
                                                                                        
Pagination
- Previous page
 - Page 15
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.