history.routing.yml
Same filename in other branches
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+
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.