27 lines
865 B
YAML
27 lines
865 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.bytype:
|
|
path: '/podcast/by-type/{contentType}/podcast.xml'
|
|
defaults:
|
|
_controller: '\Drupal\podcast_ror\Controller\PodcastRorController::podcastByType'
|
|
_title: 'Podcast for any type'
|
|
requirements:
|
|
_access: 'TRUE'
|
|
options:
|
|
no_cache: 'TRUE'
|
|
podcast_ror.bytrxid:
|
|
path: '/podcast/by-trx-id/{trxID}/podcast.xml'
|
|
defaults:
|
|
_controller: '\Drupal\podcast_ror\Controller\PodcastRorController::podcastByTrxID'
|
|
_title: 'Basic podcast for a single show'
|
|
requirements:
|
|
_access: 'TRUE'
|
|
options:
|
|
no_cache: 'TRUE'
|