You are here

public function RouteSubscriber::__construct in Transaction 8

Constructs a new RouteSubscriber object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

src/Routing/RouteSubscriber.php, line 29

Class

RouteSubscriber
Subscriber for transaction routes.

Namespace

Drupal\transaction\Routing

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}