materio_flag.routing.yml 923 B

1234567891011121314151617181920212223
  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: 'add flag lists'
  15. materio_flag.delete_user_flagging_collection:
  16. path: 'materio_flag/delete_user_flagging_collection'
  17. defaults:
  18. _controller: '\Drupal\materio_flag\Controller\MaterioFlagController::deleteUserFlaggingCollection'
  19. _title: 'Delete User Flagging Collection'
  20. requirements:
  21. _permission: 'edit own flag lists'