You are here

views.routing.yml in Drupal 8

core/modules/views/views.routing.yml

File

core/modules/views/views.routing.yml
View source
  1. views.ajax:
  2. path: '/views/ajax'
  3. defaults:
  4. _controller: '\Drupal\views\Controller\ViewAjaxController::ajaxView'
  5. requirements:
  6. _access: 'TRUE'
  7. route_callbacks:
  8. - 'views.route_subscriber:routes'