You are here

public function PurgerCapacityDataInterface::getRuntimeMeasurement in Purge 8.3

Get the runtime measurement counter.

Return value

null|\Drupal\purge\Plugin\Purge\Purger\RuntimeMeasurementInterface The runtime measurement counter if set, or NULL otherwise.

1 method overrides PurgerCapacityDataInterface::getRuntimeMeasurement()
PurgerBase::getRuntimeMeasurement in src/Plugin/Purge/Purger/PurgerBase.php
Get the runtime measurement counter.

File

src/Plugin/Purge/Purger/PurgerCapacityDataInterface.php, line 55

Class

PurgerCapacityDataInterface
Describes what capacity tracking expects from purger implementations.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

public function getRuntimeMeasurement();