You are here

gatsby_instantpreview.services.yml in Gatsby Live Preview & Incremental Builds 2.0.x

Same filename and directory in other branches
  1. 8 modules/gatsby_instantpreview/gatsby_instantpreview.services.yml
modules/gatsby_instantpreview/gatsby_instantpreview.services.yml

File

modules/gatsby_instantpreview/gatsby_instantpreview.services.yml
View source
  1. services:
  2. gatsby.gatsby_instantpreview:
  3. class: Drupal\gatsby_instantpreview\GatsbyInstantPreview
  4. decorates: gatsby.gatsby_preview
  5. decoration_priority: 1
  6. arguments: ['@gatsby.gatsby_instantpreview.inner', '@http_client', '@config.factory', '@entity_type.manager', '@logger.factory', '@jsonapi_extras.entity.to_jsonapi', '@entity.repository']
  7. gatsby_instantpreview.route_subscriber:
  8. class: 'Drupal\gatsby_instantpreview\Routing\GatsbyInstantPreviewRouteSubscriber'
  9. tags:
  10. - { name: event_subscriber }