comment_test.routing.yml
Same filename in other branches
2 string references to YAML keys in comment_test.routing.yml
- comment_test_comment_links_alter in core/
modules/ comment/ tests/ modules/ comment_test/ comment_test.module - 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.