protected property EntitySchemaSubscriber::$entityLastInstalledSchemaRepository in Drupal 8
Same name and namespace in other branches
- 9 core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php \Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber::entityLastInstalledSchemaRepository
- 10 core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php \Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber::entityLastInstalledSchemaRepository
The last installed schema definitions.
Type: \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface
File
- core/
modules/ workspaces/ src/ EventSubscriber/ EntitySchemaSubscriber.php, line 35
Class
- EntitySchemaSubscriber
- Defines a class for listening to entity schema changes.
Namespace
Drupal\workspaces\EventSubscriberCode
protected $entityLastInstalledSchemaRepository;