You are here

honeypot_test.routing.yml in Honeypot 2.0.x

Same filename and directory in other branches
  1. 8 tests/modules/honeypot_test/honeypot_test.routing.yml
tests/modules/honeypot_test/honeypot_test.routing.yml

File

tests/modules/honeypot_test/honeypot_test.routing.yml
View source
  1. honeypot_test.submit_form:
  2. path: '/honeypot_test/submit_form'
  3. defaults:
  4. _title: 'Test programmatic form submission'
  5. _controller: '\Drupal\honeypot_test\Controller\HoneypotTestController::submitFormPage'
  6. requirements:
  7. # This is a test form, we don't need to worry about access.
  8. _access: 'TRUE'