materio_flag.routing.yml 605 B

123456789101112131415
  1. materio_flag.user_flagging_collections:
  2. path: 'materio_flag/user_flagging_collections'
  3. defaults:
  4. _controller: '\Drupal\materio_flag\Controller\MaterioFlagController::getUsersFlaggingCollections'
  5. _title: 'User Flagging Colleciton'
  6. requirements:
  7. _permission: 'access content'
  8. materio_flag.create_user_flagging_collection:
  9. path: 'materio_flag/create_user_flagging_collection'
  10. defaults:
  11. _controller: '\Drupal\materio_flag\Controller\MaterioFlagController::createUserFlaggingCollection'
  12. _title: 'Create User Flagging Collection'
  13. requirements:
  14. _permission: 'access content'