You are here

views.routing.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/views/views.routing.yml
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. options:
  6. _theme: ajax_base_page
  7. requirements:
  8. _access: 'TRUE'
  9. route_callbacks:
  10. - 'views.route_subscriber:routes'