You are here

gathercontent.routing.yml in GatherContent 8.4

File

gathercontent.routing.yml
View source
  1. gathercontent.admin_gathercontent:
  2. path: '/admin/config/gathercontent'
  3. defaults:
  4. _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
  5. _title: 'GatherContent'
  6. requirements:
  7. _permission: 'access administration pages'
  8. gathercontent.config_form:
  9. path: '/admin/config/gathercontent/config'
  10. defaults:
  11. _form: '\Drupal\gathercontent\Form\ConfigForm'
  12. _title: 'Authentication'
  13. requirements:
  14. _permission: 'administer gathercontent'
  15. options:
  16. _admin_route: TRUE
  17. gathercontent.import_config_form:
  18. path: '/admin/config/gathercontent/import-config'
  19. defaults:
  20. _form: '\Drupal\gathercontent\Form\ImportConfigForm'
  21. _title: 'Import configuration'
  22. requirements:
  23. _permission: 'administer gathercontent'
  24. options:
  25. _admin_route: TRUE