history.routing.yml
1 string reference to YAML keys in history.routing.yml
- CommentNewIndicatorTest::renderNewCommentsNodeLinks in core/
modules/ history/ tests/ src/ Functional/ CommentNewIndicatorTest.php - Get node "x new comments" metadata from the server for the current user.
File
-
core/
modules/ history/ history.routing.yml
View source
- history.get_last_node_view:
- path: '/history/get_node_read_timestamps'
- defaults:
- _controller: '\Drupal\history\Controller\HistoryController::getNodeReadTimestamps'
- requirements:
- _permission: 'access content'
-
- history.read_node:
- path: '/history/{node}/read'
- defaults:
- _controller: '\Drupal\history\Controller\HistoryController::readNode'
- requirements:
- _entity_access: 'node.view'
- node: \d+
-
- history.new_comments_node_links:
- path: '/history/render_new_comments_node_links'
- defaults:
- _controller: '\Drupal\history\Controller\HistoryController::renderNewCommentsNodeLinks'
- requirements:
- _permission: 'access content'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.