This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/core/modules/history/history.routing.yml

14 lines
406 B
YAML

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'