You are here

protected property EntityTypeInfoController::$entityLastInstalledSchemaRepository in Devel 4.x

Same name and namespace in other branches
  1. 8.3 src/Controller/EntityTypeInfoController.php \Drupal\devel\Controller\EntityTypeInfoController::entityLastInstalledSchemaRepository

The installed entity definition repository service.

Type: \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface

File

src/Controller/EntityTypeInfoController.php, line 30

Class

EntityTypeInfoController
Provides route responses for the entity types info page.

Namespace

Drupal\devel\Controller

Code

protected $entityLastInstalledSchemaRepository;