You are here

gatsby_fastbuilds.routing.yml in Gatsby Live Preview & Incremental Builds 2.0.x

Same filename and directory in other branches
  1. 8 modules/gatsby_fastbuilds/gatsby_fastbuilds.routing.yml
modules/gatsby_fastbuilds/gatsby_fastbuilds.routing.yml

File

modules/gatsby_fastbuilds/gatsby_fastbuilds.routing.yml
View source
  1. gatsby_fastbuilds.gatsby_fastbuilds_controller_sync:
  2. path: '/gatsby-fastbuilds/sync/{last_fetch}'
  3. defaults:
  4. _controller: '\Drupal\gatsby_fastbuilds\Controller\GatsbyFastbuildsController::sync'
  5. _title: 'Gatsby Fastbuild Sync'
  6. options:
  7. _auth: ['basic_auth', 'cookie', 'key_auth']
  8. requirements:
  9. _permission: 'sync gatsby fastbuild log entities'
  10. last_fetch: '[0-9]+'
  11. gatsby_fastbuilds.gatsby_fastbuilds_admin_form:
  12. path: '/admin/config/services/gatsby/fastbuilds'
  13. defaults:
  14. _form: '\Drupal\gatsby_fastbuilds\Form\GatsbyFastbuildsAdminForm'
  15. _title: 'Fastbuilds Settings'
  16. requirements:
  17. _permission: 'administer gatsby log entity entities'
  18. gatsby_fastbuilds.gatsby_fastbuilds_log:
  19. path: '/admin/config/services/gatsby/fastbuilds-log'
  20. defaults:
  21. _entity_list: 'gatsby_log_entity'
  22. _title: 'Fastbuilds Log'
  23. requirements:
  24. _permission: 'administer gatsby log entity entities'