You are here

public function DiagnosticCheckInterface::getTitle in Purge 8.3

Gets the title of the check.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The translated title.

1 method overrides DiagnosticCheckInterface::getTitle()
DiagnosticCheckBase::getTitle in src/Plugin/Purge/DiagnosticCheck/DiagnosticCheckBase.php
Gets the title of the check.

File

src/Plugin/Purge/DiagnosticCheck/DiagnosticCheckInterface.php, line 75

Class

DiagnosticCheckInterface
Describes a diagnostic check that checks a specific purging requirement.

Namespace

Drupal\purge\Plugin\Purge\DiagnosticCheck

Code

public function getTitle();