You are here

public function CounterInterface::disableSet in Purge 8.3

Disable the possibility of setting counter.

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

1 method overrides CounterInterface::disableSet()
Counter::disableSet in src/Counter/Counter.php
Disable the possibility of setting counter.

File

src/Counter/CounterInterface.php, line 40

Class

CounterInterface
Describes a numeric counter.

Namespace

Drupal\purge\Counter

Code

public function disableSet();