You are here

public function RouteSubscriber::__construct in Scheduled Updates 8

Constructs a RouteSubscriber object.

Parameters

\Drupal\Core\Entity\EntityManagerInterface $manager: The entity type manager.

File

src/Routing/RouteSubscriber.php, line 34
Contains \Drupal\scheduled_updates\Routing\RouteSubscriber.

Class

RouteSubscriber
Subscriber for Field UI routes.

Namespace

Drupal\scheduled_updates\Routing

Code

public function __construct(EntityManagerInterface $manager) {
  $this->manager = $manager;
}