You are here

formassembly.routing.yml in FormAssembly 8

File

formassembly.routing.yml
View source
  1. # Entity based routes are defined in FormAssemblyEntityHtmlRouteProvider.php
  2. fa_form.authorize.store:
  3. path: '/admin/structure/fa_form/settings/code'
  4. defaults:
  5. _controller: '\Drupal\formassembly\Controller\OauthInteractions::code'
  6. _title: 'Capture the Authorization Code'
  7. requirements:
  8. _permission: 'administer formassembly form entities'
  9. fa_form.authorize:
  10. path: '/admin/structure/fa_form/settings/authorize'
  11. defaults:
  12. _controller: '\Drupal\formassembly\Controller\OauthInteractions::authorize'
  13. _title: 'Authorize Drupal Site'
  14. requirements:
  15. _permission: 'administer formassembly form entities'