function RouteSubscriber::__construct
Constructs a \Drupal\views\EventSubscriber\RouteSubscriber instance.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager service.
\Drupal\Core\State\StateInterface $state: The state key value store.
File
-
core/
modules/ views/ src/ EventSubscriber/ RouteSubscriber.php, line 62
Class
- RouteSubscriber
- Builds up the routes of all views.
Namespace
Drupal\views\EventSubscriberCode
public function __construct(EntityTypeManagerInterface $entity_type_manager, StateInterface $state) {
$this->viewStorage = $entity_type_manager->getStorage('view');
$this->state = $state;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.