public function CloudFlareStateInterface::incrementApiRateCount in CloudFlare 8
Increment the count of api calls done in the past 5 minutes.
See also
https://api.cloudflare.com/#requests
1 method overrides CloudFlareStateInterface::incrementApiRateCount()
- State::incrementApiRateCount in src/
State.php - Increment the count of api calls done in the past 5 minutes.
File
- src/
CloudFlareStateInterface.php, line 31
Class
- CloudFlareStateInterface
- Tracks rate limits associated with CloudFlare Api.
Namespace
Drupal\cloudflareCode
public function incrementApiRateCount();