You are here

public function CounterInterface::disableIncrement in Purge 8.3

Disable the possibility to increment the counter.

@warning This works self-destructive! Once called, it cannot be enabled again.

1 method overrides CounterInterface::disableIncrement()
Counter::disableIncrement in src/Counter/Counter.php
Disable the possibility to increment the counter.

File

src/Counter/CounterInterface.php, line 32

Class

CounterInterface
Describes a numeric counter.

Namespace

Drupal\purge\Counter

Code

public function disableIncrement();