related_ror.routing.yml 822 B

123456789101112131415161718192021222324252627
  1. related_ror.time:
  2. path: '/related/time.json'
  3. defaults:
  4. _controller: '\Drupal\related_ror\Controller\RelatedRorController::relatedTime'
  5. _title: 'Get near-in-time articles'
  6. requirements:
  7. _access: 'TRUE'
  8. options:
  9. no_cache: 'TRUE'
  10. related_ror.trx:
  11. path: '/related/trx.json'
  12. defaults:
  13. _controller: '\Drupal\related_ror\Controller\RelatedRorController::relatedTrx'
  14. _title: 'Post from the same show'
  15. requirements:
  16. _access: 'TRUE'
  17. options:
  18. no_cache: 'TRUE'
  19. related_ror.topic:
  20. path: '/related/topic.json'
  21. defaults:
  22. _controller: '\Drupal\related_ror\Controller\RelatedRorController::relatedTopic'
  23. _title: 'Posts with similar topic'
  24. requirements:
  25. _access: 'TRUE'
  26. options:
  27. no_cache: 'TRUE'