You are here

public function ExplainedCounterInterface::getId in Purge 8.3

Gets a short machine readable ID.

Return value

string The machine readable ID.

5 methods override ExplainedCounterInterface::getId()
NumberOfItemsStatistic::getId in src/Plugin/Purge/Queue/NumberOfItemsStatistic.php
Gets a short machine readable ID.
TotalFailedStatistic::getId in src/Plugin/Purge/Queue/TotalFailedStatistic.php
Gets a short machine readable ID.
TotalNotSupportedStatistic::getId in src/Plugin/Purge/Queue/TotalNotSupportedStatistic.php
Gets a short machine readable ID.
TotalProcessingStatistic::getId in src/Plugin/Purge/Queue/TotalProcessingStatistic.php
Gets a short machine readable ID.
TotalSucceededStatistic::getId in src/Plugin/Purge/Queue/TotalSucceededStatistic.php
Gets a short machine readable ID.

File

src/Counter/ExplainedCounterInterface.php, line 16

Class

ExplainedCounterInterface
Describes a counter with the ability to return user-friendly explanations.

Namespace

Drupal\purge\Counter

Code

public function getId();