You are here

protected property EntityTypeListener::$entityLastInstalledSchemaRepository in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/EntityTypeListener.php \Drupal\Core\Entity\EntityTypeListener::entityLastInstalledSchemaRepository

The entity last installed schema repository.

Type: \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface

File

core/lib/Drupal/Core/Entity/EntityTypeListener.php, line 45
Contains \Drupal\Core\Entity\EntityTypeListener.

Class

EntityTypeListener
Reacts to entity type CRUD on behalf of the Entity system.

Namespace

Drupal\Core\Entity

Code

protected $entityLastInstalledSchemaRepository;