You are here

public function AcquiaPurgeStateCounterInterface::decrease in Acquia Purge 7

Decrease the counter.

Parameters

int $amount: Numeric amount to decrease the counter with.

1 method overrides AcquiaPurgeStateCounterInterface::decrease()
AcquiaPurgeStateCounter::decrease in lib/state/AcquiaPurgeStateCounter.php
Decrease the counter.

File

lib/state/AcquiaPurgeStateCounterInterface.php, line 19
Contains AcquiaPurgeStateCounterInterface.

Class

AcquiaPurgeStateCounterInterface
Describes a single counter kept in state storage.

Code

public function decrease($amount = 1);