You are here

service purge.queue.stats in Purge 8.3

Class

Drupal\purge\Plugin\Purge\Queue\StatsTracker

Tags

  • needs_destruction
1 string reference to purge.queue.stats
QueueSizeDiagnosticCheck::create in src/Plugin/Purge/DiagnosticCheck/QueueSizeDiagnosticCheck.php
Creates an instance of the plugin.

File

./purge.services.yml
purge.services.yml

View source
  1. class: Drupal\purge\Plugin\Purge\Queue\StatsTracker
  2. arguments:
  3. - '@state'
  4. public: true
  5. tags:
  6. - { name: needs_destruction }