Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityFieldStorageConfig::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
EntityFieldStorageConfig::create | function | core/ |
Creates an instance of the plugin. |
EntityFieldStorageConfig::getEntityTypeId | function | core/ |
Finds the entity type from configuration or plugin ID. |
EntityFieldStorageConfig::getIds | function | core/ |
Gets the destination IDs. |
EntityFieldStorageConfig::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
EntityFieldStorageConfig::__construct | function | core/ |
Construct a new plugin. |
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. |
EntityManager::getActiveFieldStorageDefinitions | function | core/ |
|
EntityManager::getFieldStorageDefinitions | function | core/ |
|
EntityManager::getLastInstalledFieldStorageDefinitions | function | core/ |
|
EntityManager::getStorage | function | core/ |
|
EntityManager::onFieldStorageDefinitionCreate | function | core/ |
|
EntityManager::onFieldStorageDefinitionDelete | function | core/ |
|
EntityManager::onFieldStorageDefinitionUpdate | function | core/ |
|
EntityManagerInterface::getLastInstalledFieldStorageDefinitions | function | core/ |
|
EntityManagerTest::testGetActiveFieldStorageDefinitions | function | core/ |
@covers ::getActiveFieldStorageDefinitions |
EntityManagerTest::testGetFieldStorageDefinitions | function | core/ |
Tests the getFieldStorageDefinitions() method. |
EntityManagerTest::testGetLastInstalledFieldStorageDefinitions | function | core/ |
Tests the getLastInstalledFieldStorageDefinitions() method. |
EntityManagerTest::testGetStorage | function | core/ |
@covers ::getStorage |
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. |
EntityResourcePostRouteSubscriber::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
EntityResourceTestBase::$entityStorage | property | core/ |
The entity storage. |
EntityRevisionTest::$storage | property | core/ |
|
EntitySchemaTest::testCleanUpStorageDefinition | function | core/ |
Tests fields from an uninstalled module are removed from the schema. |
EntityStorageBase | class | core/ |
A base entity storage class. |
EntityStorageBase.php | file | core/ |
|
EntityStorageBase::$entityClass | property | core/ |
Name of the entity class. |
EntityStorageBase::$entityType | property | core/ |
Information about the entity type. |
EntityStorageBase::$entityTypeId | property | core/ |
Entity type ID for this storage. |
EntityStorageBase::$idKey | property | core/ |
Name of the entity's ID field in the entity database table. |
EntityStorageBase::$langcodeKey | property | core/ |
The name of the entity langcode property. |
EntityStorageBase::$memoryCache | property | core/ |
The memory cache. |
EntityStorageBase::$memoryCacheTag | property | core/ |
The memory cache cache tag. |
EntityStorageBase::$uuidKey | property | core/ |
Name of entity's UUID database table field, if it supports UUIDs. |
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.