d8-related-ror/related_ror.routing.yml
2018-10-15 08:18:59 +02:00

27 lines
822 B
YAML

related_ror.time:
path: '/related/time.json'
defaults:
_controller: '\Drupal\related_ror\Controller\RelatedRorController::relatedTime'
_title: 'Get near-in-time articles'
requirements:
_access: 'TRUE'
options:
no_cache: 'TRUE'
related_ror.trx:
path: '/related/trx.json'
defaults:
_controller: '\Drupal\related_ror\Controller\RelatedRorController::relatedTrx'
_title: 'Post from the same show'
requirements:
_access: 'TRUE'
options:
no_cache: 'TRUE'
related_ror.topic:
path: '/related/topic.json'
defaults:
_controller: '\Drupal\related_ror\Controller\RelatedRorController::relatedTopic'
_title: 'Posts with similar topic'
requirements:
_access: 'TRUE'
options:
no_cache: 'TRUE'