You are here

public function ProcessorInterface::getLabel in Purge 8.3

Retrieve the title of this processor.

Return value

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

1 method overrides ProcessorInterface::getLabel()
ProcessorBase::getLabel in src/Plugin/Purge/Processor/ProcessorBase.php
Retrieve the title of this processor.

File

src/Plugin/Purge/Processor/ProcessorInterface.php, line 18

Class

ProcessorInterface
Describes a plugin that processes invalidations.

Namespace

Drupal\purge\Plugin\Purge\Processor

Code

public function getLabel();