Search for storage
- Search 7.x for storage
 - Search 9.5.x for storage
 - Search 8.9.x for storage
 - Search 11.x for storage
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| 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. | 
| EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData | function | core/ | 
                                                                                        Ensures that a new entity level index is created when data exists. | 
| EntityDefinitionUpdateTest::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/ | 
                                                                                        |
| EntityFieldStorageConfig::getIds | function | core/ | 
                                                                                        Gets the destination IDs. | 
| EntityFieldStorageConfig::rollback | function | core/ | 
                                                                                        Delete the specified destination object from the target Drupal. | 
| EntityFormTest::setUpStorage | function | core/ | 
                                                                                        Sets up the storage accessed via the entity type manager in the form. | 
| EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition | function | core/ | 
                                                                                        Deletes the field storage definition from the application state. | 
| EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions | function | core/ | 
                                                                                        Gets the entity type's most recently installed field storage definitions. | 
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition | function | core/ | 
                                                                                        Stores the field storage definition in the application state. | 
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions | function | core/ | 
                                                                                        Stores the entity type's field storage definitions in the application state. | 
| EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition | function | core/ | 
                                                                                        Deletes the field storage definition from the application state. | 
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions | function | core/ | 
                                                                                        Gets the entity type's most recently installed field storage definitions. | 
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition | function | core/ | 
                                                                                        Stores the field storage definition in the application state. | 
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions | function | core/ | 
                                                                                        Stores the entity type's field storage definitions in the application state. | 
| EntityListBuilder::$storage | property | core/ | 
                                                                                        The entity storage class. | 
| EntityListBuilder::getStorage | function | core/ | 
                                                                                        Gets the entity storage. | 
| EntityListBuilderInterface::getStorage | function | core/ | 
                                                                                        Gets the entity storage. | 
| EntityListBuilderTest::$roleStorage | property | core/ | 
                                                                                        The role storage used for testing. | 
| EntityQueryAggregateTest::$entityStorage | property | core/ | 
                                                                                        The entity_test storage to create the test entities. | 
| EntityQueryTest::$storage | property | core/ | 
                                                                                        The entity_test_mulrev entity storage. | 
| EntityReferenceItem::calculateStorageDependencies | function | core/ | 
                                                                                        Calculates dependencies for field items on the storage level. | 
| EntityReferenceItem::defaultStorageSettings | function | core/ | 
                                                                                        Defines the storage-level settings for this plugin. | 
| EntityReferenceItem::storageSettingsForm | function | core/ | 
                                                                                        Returns a form for the storage-level settings. | 
| EntityReferenceItem::storageSettingsSummary | function | core/ | 
                                                                                        Returns a short summary of the field's storage-level settings. | 
| EntityResourcePostRouteSubscriber::$resourceConfigStorage | property | core/ | 
                                                                                        The REST resource config storage. | 
Pagination
- Previous page
 - Page 16
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.