You are here

fapiv_example.routing.yml in Form API Validation 8.2

fapiv_example/fapiv_example.routing.yml

File

fapiv_example/fapiv_example.routing.yml
View source
  1. fapiv_example.simple_form:
  2. path: '/fapi-example'
  3. defaults:
  4. _title: 'FAPI Validation Form Example'
  5. _form: '\Drupal\fapiv_example\Form\SimpleForm'
  6. requirements:
  7. _permission: 'access content'