public function AcquiaPurgeStateCounterInterface::increase in Acquia Purge 7
Increase the counter.
Parameters
int $amount: Numeric amount to increase the counter with.
1 method overrides AcquiaPurgeStateCounterInterface::increase()
- AcquiaPurgeStateCounter::increase in lib/
state/ AcquiaPurgeStateCounter.php - Increase the counter.
File
- lib/
state/ AcquiaPurgeStateCounterInterface.php, line 27 - Contains AcquiaPurgeStateCounterInterface.
Class
- AcquiaPurgeStateCounterInterface
- Describes a single counter kept in state storage.
Code
public function increase($amount = 1);