You are here

service fastly.vclhandler in Fastly 8.3

Class

Drupal\fastly\VclHandler
3 string references to fastly.vclhandler
FastlyEdgeModulesController::create in src/Controller/FastlyEdgeModulesController.php
Instantiates a new instance of this class.
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.

File

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

View source
  1. class: Drupal\fastly\VclHandler
  2. arguments:
  3. - '@config.factory'
  4. - '%fastly.host%'
  5. - '@fastly.api'
  6. - '@logger.channel.fastly'
  7. - '@fastly.services.webhook'
  8. - '@request_stack'
  9. - '@messenger'
  10. - '@module_handler'