public function StatsTracker::__construct in Purge 8.3
Construct a statistics tracker.
Parameters
\Drupal\Core\State\StateInterface $state: The state key value store.
File
- src/
Plugin/ Purge/ Queue/ StatsTracker.php, line 75
Class
- StatsTracker
- Provides the queue statistics tracker.
Namespace
Drupal\purge\Plugin\Purge\QueueCode
public function __construct(StateInterface $state) {
$this->state = $state;
}