You are here

webform_example_custom_form.routing.yml in Webform 6.x

modules/webform_example_custom_form/webform_example_custom_form.routing.yml

File

modules/webform_example_custom_form/webform_example_custom_form.routing.yml
View source
  1. webform_example_custom_form.settings:
  2. path: /admin/config/webform_example_custom_form
  3. defaults:
  4. _form: \Drupal\webform_example_custom_form\Form\WebformExampleCustomFormSettingsForm
  5. _title: 'Example: Webform Custom (Configuration) Form'
  6. requirements:
  7. _permission: 'administer configuration'