You are here

public function TotalFailedStatistic::getId in Purge 8.3

Gets a short machine readable ID.

Return value

string The machine readable ID.

Overrides ExplainedCounterInterface::getId

File

src/Plugin/Purge/Queue/TotalFailedStatistic.php, line 26

Class

TotalFailedStatistic
Total number of failed queue items.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function getId() {
  return 'total_failed';
}