You are here

service cloudflare.zone in CloudFlare 8

Class

Drupal\cloudflare\Zone

Tags

  • cloudflare
5 string references to cloudflare.zone
CloudFlareAdminSettingsFormTest::testInvalidBypassHostWithHttps in tests/src/Functional/CloudFlareAdminSettingsFormTest.php
Test posting an invalid host with https protocol to the form.
CloudFlareAdminSettingsInvalidFormTest::testInvalidCredentials in tests/src/Functional/CloudFlareAdminSettingsInvalidFormTest.php
Test posting an invalid host to the form.
CloudflareFormTesterServiceProvider::alter in tests/modules/cloudflare_form_tester/src/CloudflareFormTesterServiceProvider.php
Modifies existing service definitions.
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.
ZoneSelectionForm::create in src/Form/ZoneSelectionForm.php
Instantiates a new instance of this class.

File

./cloudflare.services.yml
cloudflare.services.yml

View source
  1. class: Drupal\cloudflare\Zone
  2. factory: 'Drupal\cloudflare\Zone::create'
  3. arguments:
  4. - '@config.factory'
  5. - '@logger.channel.cloudflare'
  6. - '@cache.data'
  7. - '@cloudflare.state'
  8. - '@cloudflare.composer_dependency_check'
  9. tags:
  10. - { name: cloudflare }