You are here

comment_test.routing.yml in Drupal 10

core/modules/comment/tests/modules/comment_test/comment_test.routing.yml

File

core/modules/comment/tests/modules/comment_test/comment_test.routing.yml
View source
  1. comment_test.report:
  2. path: '/comment/{comment}/report'
  3. defaults:
  4. _title: 'Report'
  5. _controller: '\Drupal\comment_test\Controller\CommentTestController::commentReport'
  6. requirements:
  7. _access: 'TRUE'
  8. _csrf_token: 'TRUE'