public function StatsTracker::totalNotSupported in Purge 8.3
Total number of not supported invalidations.
Return value
\Drupal\purge\Plugin\Purge\Queue\TotalNotSupportedStatistic The \Drupal\purge\CounterExplainedCounterInterface compliant statistic.
Overrides StatsTrackerInterface::totalNotSupported
File
- src/
Plugin/ Purge/ Queue/ StatsTracker.php, line 155
Class
- StatsTracker
- Provides the queue statistics tracker.
Namespace
Drupal\purge\Plugin\Purge\QueueCode
public function totalNotSupported() {
$this
->initializeStatistics();
return $this->instances[self::TOTAL_NOT_SUPPORTED];
}