js_webassert_test.routing.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml
  2. 8.9.x core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml
  3. 10 core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml
core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml
1 string reference to YAML keys in js_webassert_test.routing.yml
JsWebAssertTestForm::addLink in core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php
Ajax callback for the "Add link" button.

File

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

View source
  1. js_webassert_test.js_webassert_test_form:
  2. path: '/js_webassert_test_form'
  3. defaults:
  4. _form: '\Drupal\js_webassert_test\Form\JsWebAssertTestForm'
  5. _title: 'JsWebAssertForm'
  6. requirements:
  7. _access: 'TRUE'
  8. js_webassert_test.js_webassert_test_page:
  9. path: '/js_webassert_test_page'
  10. defaults:
  11. _controller: '\Drupal\js_webassert_test\Controller\TestController::page'
  12. _title: 'JsWebAssertPage'
  13. requirements:
  14. _access: 'TRUE'

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