ajax_test.routing.yml

drupal/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml

File

drupal/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml
View source
  1. ajax_test_dialog_contents:
  2. pattern: ajax-test/dialog-contents
  3. defaults:
  4. _content: '\Drupal\ajax_test\AjaxTestController::dialogContents'
  5. requirements:
  6. _access: 'TRUE'