You are here

terms_of_use.routing.yml in Terms of Use 8.2

Same filename and directory in other branches
  1. 8 terms_of_use.routing.yml

File

terms_of_use.routing.yml
View source
  1. terms_of_use.settings_form:
  2. path: '/admin/config/people/terms-of-use'
  3. defaults:
  4. _form: '\Drupal\terms_of_use\Form\TermsOfUseSettingsForm'
  5. _title: 'Terms Of Use Settings'
  6. requirements:
  7. _permission: 'administer account settings'
  8. options:
  9. _admin_route: TRUE