You are here

service gatsby.gatsby_instantpreview in Gatsby Live Preview & Incremental Builds 2.0.x

Same name and namespace in other branches
  1. 8 modules/gatsby_instantpreview/gatsby_instantpreview.services.yml \gatsby.gatsby_instantpreview

Class

Drupal\gatsby_instantpreview\GatsbyInstantPreview
1 string reference to gatsby.gatsby_instantpreview
GatsbyInstantPreviewTest::testBuildRelationshipJson in modules/gatsby_instantpreview/tests/src/Kernel/GatsbyInstantPreviewTest.php
Tests buildRelationshipJson.

File

modules/gatsby_instantpreview/gatsby_instantpreview.services.yml
modules/gatsby_instantpreview/gatsby_instantpreview.services.yml

View source
  1. class: Drupal\gatsby_instantpreview\GatsbyInstantPreview
  2. decorates: gatsby.gatsby_preview
  3. decoration_priority: 1
  4. arguments:
  5. - '@gatsby.gatsby_instantpreview.inner'
  6. - '@http_client'
  7. - '@config.factory'
  8. - '@entity_type.manager'
  9. - '@logger.factory'
  10. - '@jsonapi_extras.entity.to_jsonapi'
  11. - '@entity.repository'