public function StatsTrackerInterface::numberOfItems in Purge 8.3
The number of items currently in the queue.
Return value
\Drupal\purge\Plugin\Purge\Queue\NumberOfItemsStatistic The \Drupal\purge\CounterExplainedCounterInterface compliant statistic.
1 method overrides StatsTrackerInterface::numberOfItems()
- StatsTracker::numberOfItems in src/
Plugin/ Purge/ Queue/ StatsTracker.php - The number of items currently in the queue.
File
- src/
Plugin/ Purge/ Queue/ StatsTrackerInterface.php, line 56
Class
- StatsTrackerInterface
- Describes the queue statistics tracker.
Namespace
Drupal\purge\Plugin\Purge\QueueCode
public function numberOfItems();