You are here

service fastly.services.webhook in Fastly 8.3

Class

Drupal\fastly\Services\Webhook
5 string references to fastly.services.webhook
FastlySettingsForm::create in src/Form/FastlySettingsForm.php
Instantiates a new instance of this class.
ImageOptimizerForm::create in src/Form/ImageOptimizerForm.php
Instantiates a new instance of this class.
PurgeOptionsForm::create in src/Form/PurgeOptionsForm.php
Instantiates a new instance of this class.
StaleContentOptionsForm::create in src/Form/StaleContentOptionsForm.php
Instantiates a new instance of this class.
WebhookForm::create in src/Form/WebhookForm.php
Instantiates a new instance of this class.

File

./fastly.services.yml
fastly.services.yml

View source
  1. class: Drupal\fastly\Services\Webhook
  2. arguments:
  3. - '@config.factory'
  4. - '@http_client'
  5. - '@logger.channel.fastly'
  6. - '%fastly.webhook_connect_timeout%'
  7. - '@request_stack'