comment_test.routing.yml
Same filename and directory in other branches
- 11.x core/modules/comment/tests/modules/comment_test/comment_test.routing.yml
- 10 core/modules/comment/tests/modules/comment_test/comment_test.routing.yml
- 9 core/modules/comment/tests/modules/comment_test/comment_test.routing.yml
- 8.9.x core/modules/comment/tests/modules/comment_test/comment_test.routing.yml
2 string references to YAML keys in comment_test.routing.yml
- CommentTestHooks::commentLinksAlter in core/
modules/ comment/ tests/ modules/ comment_test/ src/ Hook/ CommentTestHooks.php - Implements hook_comment_links_alter().
- hook_comment_links_alter in core/
modules/ comment/ comment.api.php - Alter the links of a comment.
File
-
core/
modules/ comment/ tests/ modules/ comment_test/ comment_test.routing.yml
View source
- comment_test.report:
- path: '/comment/{comment}/report'
- defaults:
- _title: 'Report'
- _controller: '\Drupal\comment_test\Controller\CommentTestController::commentReport'
- requirements:
- _access: 'TRUE'
- _csrf_token: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.