You are here

protected property Counter::$callback in Purge 8.3

The callback that is called on writes when not NULL.

Type: null|callable

File

src/Counter/Counter.php, line 17

Class

Counter
Provides a numeric counter.

Namespace

Drupal\purge\Counter

Code

protected $callback;