service fastly.api in Fastly 8.3
Class
Drupal\fastly\Api7 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.
File
View source
- class: Drupal\fastly\Api
- arguments:
- - '@config.factory'
- - '%fastly.host%'
- - '@http_client'
- - '@logger.channel.fastly'
- - '@fastly.state'
- - '%fastly.connect_timeout%'
- - '@fastly.services.webhook'
- - '@request_stack'
- - '@fastly.cache_tags.hash'
- - '@messenger'