gatsby_instantpreview.services.yml in Gatsby Live Preview & Incremental Builds 2.0.x
Same filename and directory in other branches
modules/gatsby_instantpreview/gatsby_instantpreview.services.yml
File
modules/gatsby_instantpreview/gatsby_instantpreview.services.ymlView source
- services:
- gatsby.gatsby_instantpreview:
- class: Drupal\gatsby_instantpreview\GatsbyInstantPreview
- decorates: gatsby.gatsby_preview
- decoration_priority: 1
- arguments: ['@gatsby.gatsby_instantpreview.inner', '@http_client', '@config.factory', '@entity_type.manager', '@logger.factory', '@jsonapi_extras.entity.to_jsonapi', '@entity.repository']
- gatsby_instantpreview.route_subscriber:
- class: 'Drupal\gatsby_instantpreview\Routing\GatsbyInstantPreviewRouteSubscriber'
- tags:
- - { name: event_subscriber }