hubspot_forms.routing.yml in Hubspot forms 8
File
hubspot_forms.routing.yml
View source
- hubspot_forms.admin_config:
- path: 'admin/config/services/hubspot-forms'
- defaults:
- _title: 'Hubspot Forms'
- _form: '\Drupal\hubspot_forms\Form\HubspotSettingsForm'
- requirements:
- _permission: 'administer site configuration'
- hubspot_forms.dialog:
- path: '/hubspot-forms/dialog/{filter_format}'
- defaults:
- _form: '\Drupal\hubspot_forms\Form\HubspotDialog'
- _title: 'Hubpost Forms'
- options:
- _theme: ajax_base_page
- requirements:
- _entity_access: 'filter_format.use'