You are here

gathercontent_ui.routing.yml in GatherContent 8.5

Same filename and directory in other branches
  1. 8.4 gathercontent_ui/gathercontent_ui.routing.yml
gathercontent_ui/gathercontent_ui.routing.yml

File

gathercontent_ui/gathercontent_ui.routing.yml
View source
  1. gathercontent_ui.import_select_form:
  2. path: '/admin/content/gc-import'
  3. defaults:
  4. _form: '\Drupal\gathercontent_ui\Form\ContentImportSelectForm'
  5. _title: 'Import content from GatherContent'
  6. requirements:
  7. _permission: 'administer gathercontent'
  8. options:
  9. _admin_route: TRUE
  10. gathercontent_ui.mapping_controller_testConnectionPage:
  11. path: '/admin/config/gathercontent/config/test'
  12. defaults:
  13. _controller: '\Drupal\gathercontent_ui\Controller\MappingController::testConnectionPage'
  14. _title: 'Test connection'
  15. requirements:
  16. _permission: 'administer gathercontent'
  17. options:
  18. _admin_route: TRUE
  19. gathercontent_ui.tracked_entities_list:
  20. path: '/admin/content/gc-import/results'
  21. defaults:
  22. _controller: '\Drupal\gathercontent_ui\Controller\TrackedEntitiesController::listTrackedEntities'
  23. _title: 'Import content result'
  24. requirements:
  25. _permission: 'administer gathercontent'
  26. options:
  27. _admin_route: TRUE