public function CloudFlareStateInterface::getApiRateCount in CloudFlare 8
Get the count of purges done in the past 5 minutes.
Return value
int Count of purges done in the past 5 minutes
1 method overrides CloudFlareStateInterface::getApiRateCount()
- State::getApiRateCount in src/
State.php - Get the count of purges done in the past 5 minutes.
File
- src/
CloudFlareStateInterface.php, line 16
Class
- CloudFlareStateInterface
- Tracks rate limits associated with CloudFlare Api.
Namespace
Drupal\cloudflareCode
public function getApiRateCount();