Stores an array of route names keyed by view_id.display_id.
Type: array
File
- core/modules/views/src/EventSubscriber/RouteSubscriber.php, line 52
Class
- RouteSubscriber
- Builds up the routes of all views.
Namespace
Drupal\views\EventSubscriber
Code
1 | protected $viewRouteNames = array (); |
Please login to continue.