You are here

public function Counter::get in Purge 8.3

Get the current value.

Return value

float The numeric value of the counter.

Overrides CounterInterface::get

File

src/Counter/Counter.php, line 78

Class

Counter
Provides a numeric counter.

Namespace

Drupal\purge\Counter

Code

public function get() {
  return $this->value;
}