You are here

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

Class

NumberOfItemsStatistic
The number of items currently in the queue.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

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