group_core_comments.routing.yml in Open Social 8.9
Same filename and directory in other branches
- 8.8 modules/custom/group_core_comments/group_core_comments.routing.yml
- 10.3.x modules/custom/group_core_comments/group_core_comments.routing.yml
- 10.0.x modules/custom/group_core_comments/group_core_comments.routing.yml
- 10.1.x modules/custom/group_core_comments/group_core_comments.routing.yml
- 10.2.x modules/custom/group_core_comments/group_core_comments.routing.yml
modules/custom/group_core_comments/group_core_comments.routing.yml
1 string reference to YAML keys in group_core_comments.routing.yml
- CommentGroupContentFormatter::viewElements in modules/
custom/ group_core_comments/ src/ Plugin/ Field/ FieldFormatter/ CommentGroupContentFormatter.php - Builds a renderable array for a field value.
File
modules/custom/group_core_comments/group_core_comments.routing.ymlView source
- group_core_comments.quick_join_group:
- path: '/group/{group}/quick-join-group'
- defaults:
- _controller: '\Drupal\group_core_comments\Controller\GroupCoreCommentsController::quickJoinGroup'
- requirements:
- _group_permission: 'join group'
- _group_member: 'FALSE'
- options:
- parameters:
- group:
- type: 'entity:group'