You are here

public function CounterInterface::getInteger in Purge 8.3

Get the current value as integer.

Return value

int The numeric value of the counter, typecasted as int.

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

File

src/Counter/CounterInterface.php, line 56

Class

CounterInterface
Describes a numeric counter.

Namespace

Drupal\purge\Counter

Code

public function getInteger();