You are here

protected property RouteSubscriber::$viewRouteNames in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/EventSubscriber/RouteSubscriber.php \Drupal\views\EventSubscriber\RouteSubscriber::viewRouteNames

Stores an array of route names keyed by view_id.display_id.

Type: array

File

core/modules/views/src/EventSubscriber/RouteSubscriber.php, line 57
Contains \Drupal\views\EventSubscriber\RouteSubscriber.

Class

RouteSubscriber
Builds up the routes of all views.

Namespace

Drupal\views\EventSubscriber

Code

protected $viewRouteNames = array();