You are here

acquia_contenthub_preview.services.yml in Acquia Content Hub 8.2

modules/acquia_contenthub_preview/acquia_contenthub_preview.services.yml

File

modules/acquia_contenthub_preview/acquia_contenthub_preview.services.yml
View source
  1. services:
  2. acquia_contenthub_preview.deny_access:
  3. class: Drupal\acquia_contenthub_preview\Routing\DenyAccessSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. acquia_contenthub_preview.webhook.preview:
  7. class: Drupal\acquia_contenthub_preview\EventSubscriber\HandleWebhook\PreviewEntity
  8. arguments: ['@acquia_contenthub_common_actions', '@bare_html_page_renderer', '@entity.repository', '@class_resolver']
  9. tags:
  10. - { name: event_subscriber }
  11. acquia_contenthub_preview.settings.preview:
  12. class: Drupal\acquia_contenthub_preview\EventSubscriber\PreviewSettings
  13. arguments: ['@config.factory']
  14. tags:
  15. - { name: event_subscriber }
  16. acquia_contenthub_preview.kernel_response.kill_x_frame_options:
  17. class: Drupal\acquia_contenthub_preview\EventSubscriber\KernelResponse\KillXFrameOptions
  18. tags:
  19. - { name: event_subscriber }