acquia_contenthub_preview.routing.yml in Acquia Content Hub 8.2
modules/acquia_contenthub_preview/acquia_contenthub_preview.routing.yml
2 string references to YAML keys in acquia_contenthub_preview.routing.yml
- DenyAccessSubscriber::alterRoutes in modules/
acquia_contenthub_preview/ src/ Routing/ DenyAccessSubscriber.php - Sets access permission to false on everything but the webhook.
- PreviewEntity::onHandleWebhook in modules/
acquia_contenthub_preview/ src/ EventSubscriber/ HandleWebhook/ PreviewEntity.php - Handles webhook events.
File
modules/acquia_contenthub_preview/acquia_contenthub_preview.routing.ymlView source
- acquia_contenthub_preview.preview:
- path: '/acquia_contenthub_preview/preview/{uuid}'
- defaults:
- _controller: '\Drupal\acquia_contenthub_preview\Controller\PreviewEntity::preview'
- requirements:
- _access: 'TRUE'