public function RouteSubscriber::__construct in Webform Views Integration 8.5
RouteSubscriber constructor.
File
- src/
Routing/ RouteSubscriber.php, line 31
Class
- RouteSubscriber
- Alter the routes in order to allow multiple views on the same route.
Namespace
Drupal\webform_views\RoutingCode
public function __construct(StateInterface $state, EntityTypeManagerInterface $entity_type_manager) {
$this->state = $state;
$this->entityTypeManager = $entity_type_manager;
}