You are here

opigno_user_selection.routing.yml in Opigno Learning path 3.x

modules/opigno_user_selection/opigno_user_selection.routing.yml

File

modules/opigno_user_selection/opigno_user_selection.routing.yml
View source
  1. user_selection_list:
  2. path: '/user_selection/users'
  3. defaults:
  4. _title: 'OpignoUserSelectionController'
  5. _controller: '\Drupal\opigno_user_selection\Controller\OpignoUserSelectionController::post'
  6. requirements:
  7. _permission: 'access content'
  8. training_selection_list:
  9. path: '/user_selection/training'
  10. defaults:
  11. _title: 'OpignoUserSelectionController'
  12. _controller: '\Drupal\opigno_user_selection\Controller\OpignoUserSelectionController::training'
  13. requirements:
  14. _permission: 'access content'