You are here

public function CounterInterface::disableDecrement in Purge 8.3

Disable the possibility to decrement the counter.

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

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

File

src/Counter/CounterInterface.php, line 24

Class

CounterInterface
Describes a numeric counter.

Namespace

Drupal\purge\Counter

Code

public function disableDecrement();