Provides an interface for an installed entity definition repository.
Hierarchy
- interface \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface
File
- core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php, line 10
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition | public | function | Deletes the entity type definition from the application state. |
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition | public | function | Deletes the field storage definition from the application state. |
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition | public | function | Gets the entity type definition in its most recently installed state. |
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions | public | function | Gets the entity type's most recently installed field storage definitions. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition | public | function | Stores the entity type definition in the application state. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition | public | function | Stores the field storage definition in the application state. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions | public | function | Stores the entity type's field storage definitions in the application state. |
Please login to continue.