You are here

social_comment.routing.yml in Open Social 8.8

modules/social_features/social_comment/social_comment.routing.yml

File

modules/social_features/social_comment/social_comment.routing.yml
View source
  1. social_comment.unpublish:
  2. path: '/comment/{comment}/unpublish'
  3. defaults:
  4. _title: 'Unpublish Comment'
  5. _controller: '\Drupal\social_comment\Controller\SocialCommentController::commentUnpublish'
  6. entity_type: 'comment'
  7. requirements:
  8. _permission: 'administer comments'
  9. _csrf_token: 'TRUE'
  10. comment: \d+