You are here

service gatsby.gatsby_preview in Gatsby Live Preview & Incremental Builds 8

Same name and namespace in other branches
  1. 2.0.x gatsby.services.yml \gatsby.gatsby_preview

Class

Drupal\gatsby\GatsbyPreview
7 string references to gatsby.gatsby_preview
gatsby_entity_delete in ./gatsby.module
Implements hook_entity_delete().
gatsby_entity_insert in ./gatsby.module
Implements hook_entity_insert().
gatsby_entity_update in ./gatsby.module
Implements hook_entity_update().
gatsby_fastbuilds_entity_delete in modules/gatsby_fastbuilds/gatsby_fastbuilds.module
Implements hook_entity_delete().
gatsby_fastbuilds_entity_insert in modules/gatsby_fastbuilds/gatsby_fastbuilds.module
Implements hook_entity_insert().

... See full list

File

./gatsby.services.yml
gatsby.services.yml

View source
  1. class: Drupal\gatsby\GatsbyPreview
  2. arguments:
  3. - '@http_client'
  4. - '@config.factory'
  5. - '@entity_type.manager'
  6. - '@logger.factory'