| EntityLastInstalledSchemaRepository::$keyValueFactory | protected | property | The key-value factory. |
| EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition | public | function | Deletes the entity type definition from the application state. Overrides EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition |
| EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition | public | function | Deletes the field storage definition from the application state. Overrides EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition |
| EntityLastInstalledSchemaRepository::getLastInstalledDefinition | public | function | Gets the entity type definition in its most recently installed state. Overrides EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition |
| EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions | public | function | Gets the entity type's most recently installed field storage definitions. Overrides EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions |
| EntityLastInstalledSchemaRepository::setLastInstalledDefinition | public | function | Stores the entity type definition in the application state. Overrides EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition |
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition | public | function | Stores the field storage definition in the application state. Overrides EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition |
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions | public | function | Stores the entity type's field storage definitions in the application state. Overrides EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions |
| EntityLastInstalledSchemaRepository::__construct | public | function | Constructs a new EntityLastInstalledSchemaRepository. |