You are here

group_core_comments.routing.yml in Open Social 10.2.x

modules/custom/group_core_comments/group_core_comments.routing.yml

File

modules/custom/group_core_comments/group_core_comments.routing.yml
View source
  1. group_core_comments.quick_join_group:
  2. path: '/group/{group}/quick-join-group'
  3. defaults:
  4. _controller: '\Drupal\group_core_comments\Controller\GroupCoreCommentsController::quickJoinGroup'
  5. requirements:
  6. _group_permission: 'join group'
  7. _group_member: 'FALSE'
  8. options:
  9. parameters:
  10. group:
  11. type: 'entity:group'