You are here

simple_recaptcha_test.routing.yml in Simple Google reCAPTCHA 8

tests/modules/simple_recaptcha_test/simple_recaptcha_test.routing.yml

File

tests/modules/simple_recaptcha_test/simple_recaptcha_test.routing.yml
View source
  1. simple_recaptcha_test.simple_recaptcha_test_form:
  2. path: '/simple_recaptcha_test/form'
  3. defaults:
  4. _form: 'Drupal\simple_recaptcha_test\Form\SimpleRecaptchaTestForm'
  5. _title: 'Simple reCAPTCHA test form'
  6. requirements:
  7. _access: 'TRUE'