You are here

public function CounterInterface::get in Purge 8.3

Get the current value.

Return value

float The numeric value of the counter.

1 method overrides CounterInterface::get()
Counter::get in src/Counter/Counter.php
Get the current value.

File

src/Counter/CounterInterface.php, line 48

Class

CounterInterface
Describes a numeric counter.

Namespace

Drupal\purge\Counter

Code

public function get();