You are here

service cloudflare.state in CloudFlare 8

Class

Drupal\cloudflare\State

Tags

  • cloudflare
6 string references to cloudflare.state
ApiRateLimitCheck::create in modules/cloudflarepurger/src/Plugin/Purge/DiagnosticCheck/ApiRateLimitCheck.php
Creates an instance of the plugin.
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.
CloudFlarePurger::create in modules/cloudflarepurger/src/Plugin/Purge/Purger/CloudFlarePurger.php
Creates an instance of the plugin.
DailyTagPurgeLimitCheck::create in modules/cloudflarepurger/src/Plugin/Purge/DiagnosticCheck/DailyTagPurgeLimitCheck.php
Creates an instance of the plugin.

... See full list

File

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

View source
  1. class: Drupal\cloudflare\State
  2. arguments:
  3. - '@state'
  4. - '@cloudflare.timestamp'
  5. tags:
  6. - { name: cloudflare }