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