12345678910111213141516171819202122232425 |
- heartbeat.test_controller_start:
- path: '/heartbeat/test/{arg}'
- defaults:
- _controller: '\Drupal\heartbeat\Controller\TestController::start'
- _title: 'run'
- requirements:
- _permission: 'access content'
- heartbeat.stream_test_controller_stream:
- path: '/nodeactivity'
- defaults:
- _controller: '\Drupal\heartbeat\Controller\StreamTestController::stream'
- _title: 'stream'
- requirements:
- _permission: 'access content'
|