You are here

hubspot_forms.routing.yml in Hubspot forms 8

File

hubspot_forms.routing.yml
View source
  1. hubspot_forms.admin_config:
  2. path: 'admin/config/services/hubspot-forms'
  3. defaults:
  4. _title: 'Hubspot Forms'
  5. _form: '\Drupal\hubspot_forms\Form\HubspotSettingsForm'
  6. requirements:
  7. _permission: 'administer site configuration'
  8. hubspot_forms.dialog:
  9. path: '/hubspot-forms/dialog/{filter_format}'
  10. defaults:
  11. _form: '\Drupal\hubspot_forms\Form\HubspotDialog'
  12. _title: 'Hubpost Forms'
  13. options:
  14. _theme: ajax_base_page
  15. requirements:
  16. _entity_access: 'filter_format.use'