You are here

public function PathRootsSubscriber::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php \Drupal\Core\EventSubscriber\PathRootsSubscriber::__construct()

Constructs a new PathRootsSubscriber instance.

Parameters

\Drupal\Core\State\StateInterface $state: The state key value store.

File

core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php, line 43
Contains \Drupal\Core\EventSubscriber\PathRootsSubscriber.

Class

PathRootsSubscriber
Provides all available first bits of all route paths.

Namespace

Drupal\Core\EventSubscriber

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}