dialog_test.routing.yml

Same filename and directory in other branches
  1. 11.x core/modules/system/tests/modules/dialog_test/dialog_test.routing.yml
core/modules/system/tests/modules/dialog_test/dialog_test.routing.yml
1 string reference to YAML keys in dialog_test.routing.yml
AjaxTestController::dialog in core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
Returns a render array of form elements and links for dialog.

File

core/modules/system/tests/modules/dialog_test/dialog_test.routing.yml

View source
  1. dialog_test.form_add:
  2. path: '/dialog-test/add'
  3. defaults:
  4. _entity_form: 'dialog_test_entity_form.add'
  5. _title: 'Add dialog test entity form'
  6. requirements:
  7. _access: 'TRUE'

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