You are here

public function RuntimeMeasurementTracker::__construct in Purge 8.3

Construct a RuntimeMeasurementTracker.

Parameters

\Drupal\Core\State\StateInterface $state: The state key value store.

File

src/Plugin/Purge/Purger/RuntimeMeasurementTracker.php, line 51

Class

RuntimeMeasurementTracker
Provides the tracker that tracks RuntimeMeasurement objects for purgers.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}