You are here

protected property DomainControllerBase::$entityTypeManager in Domain Access 8

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides ControllerBase::$entityTypeManager

File

domain/src/Controller/DomainControllerBase.php, line 33

Class

DomainControllerBase
Sets a base class for injecting domain information into controllers.

Namespace

Drupal\domain\Controller

Code

protected $entityTypeManager;