d8-podcast-ror/podcast_ror.routing.yml
2019-11-26 09:53:18 +01:00

18 lines
530 B
YAML

podcast_ror.all:
path: '/podcast/all.xml'
defaults:
_controller: '\Drupal\podcast_ror\Controller\PodcastRorController::podcastAll'
_title: 'Global podcast'
requirements:
_access: 'TRUE'
options:
no_cache: 'TRUE'
podcast_ror.any:
path: '/podcast/{ctype}.xml'
defaults:
_controller: '\Drupal\podcast_ror\Controller\PodcastRorController::podcastAny'
_title: 'Podcast for any type'
requirements:
_access: 'TRUE'
options:
no_cache: 'TRUE'