PathRootsSubscriber::__construct

public PathRootsSubscriber::__construct(StateInterface $state)

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 38

Class

PathRootsSubscriber
Provides all available first bits of all route paths.

Namespace

Drupal\Core\EventSubscriber

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}
doc_Drupal
2016-10-29 09:33:33
Comments
Leave a Comment

Please login to continue.