You are here

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

Class

TotalNotSupportedStatistic
Total number of not supported invalidations.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

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