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 |
|---|---|---|---|
| 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/ |
Puts 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/ |
Puts 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. |
| EntityResourceTestBase::$entityStorage | property | core/ |
The entity storage. |
| EntityRevisionTest::$storage | property | core/ |
The destination storage. |
| EntitySchemaTest::testCleanUpStorageDefinition | function | core/ |
Tests fields from an uninstalled module are removed from the schema. |
| EntitySchemaTestHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
| EntityStorageBase | class | core/ |
A base entity storage class. |
| EntityStorageBase.php | file | core/ |
|
| EntityStorageBase::$baseEntityClass | property | core/ |
Name of the base entity class. |
| EntityStorageBase::$entityIdsToLoad | property | core/ |
Entity IDs awaiting loading. |
| 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 tag. |
| EntityStorageBase::$uuidKey | property | core/ |
Name of entity's UUID database table field, if it supports UUIDs. |
| EntityStorageBase::$uuidService | property | core/ |
The UUID service. |
| EntityStorageBase::buildCacheId | function | core/ |
Builds the cache ID for the passed in entity ID. |
| EntityStorageBase::buildPropertyQuery | function | core/ |
Builds an entity query. |
| EntityStorageBase::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
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.