views.routing.yml

Same filename and directory in other branches
  1. 9 core/modules/views/views.routing.yml
  2. 8.9.x core/modules/views/views.routing.yml
  3. 10 core/modules/views/views.routing.yml
core/modules/views/views.routing.yml
1 string reference to YAML keys in views.routing.yml
ViewsExposedForm::buildForm in core/modules/views/src/Form/ViewsExposedForm.php
Form constructor.

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'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.