You are here

public function TotalSucceededStatistic::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/TotalSucceededStatistic.php, line 26

Class

TotalSucceededStatistic
Total number of succeeded queue items.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

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