public function State::getTagDailyCount in CloudFlare 8
Get the count of tag purges done today.
Return value
int Count of tag purges done today.
Overrides CloudFlareStateInterface::getTagDailyCount
File
- src/
State.php, line 71
Class
- State
- Tracks rate limits associated with CloudFlare Api.
Namespace
Drupal\cloudflareCode
public function getTagDailyCount() {
return $this->state
->get(self::TAG_PURGE_DAILY_COUNT);
}