You are here

service fastly.api in Fastly 8.3

Class

Drupal\fastly\Api
7 string references to fastly.api
drush_fastly_purge_all in ./fastly.drush.inc
Call back function to purge Fastly caches from drush.
drush_fastly_purge_url in ./fastly.drush.inc
Call back function to purge a single URL at Fastly from drush.
FastlyEdgeModulesController::create in src/Controller/FastlyEdgeModulesController.php
Instantiates a new instance of this class.
FastlyPurger::create in modules/fastlypurger/src/Plugin/Purge/Purger/FastlyPurger.php
Creates an instance of the plugin.
FastlySettingsForm::create in src/Form/FastlySettingsForm.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\fastly\Api
  2. arguments:
  3. - '@config.factory'
  4. - '%fastly.host%'
  5. - '@http_client'
  6. - '@logger.channel.fastly'
  7. - '@fastly.state'
  8. - '%fastly.connect_timeout%'
  9. - '@fastly.services.webhook'
  10. - '@request_stack'
  11. - '@fastly.cache_tags.hash'
  12. - '@messenger'