You are here

protected property EntitySchemaSubscriber::$entityLastInstalledSchemaRepository in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php \Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber::entityLastInstalledSchemaRepository
  2. 9 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\EventSubscriber

Code

protected $entityLastInstalledSchemaRepository;