public function ProcessorInterface::getDescription in Purge 8.3
Retrieve the description of this processor.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The translated description.
1 method overrides ProcessorInterface::getDescription()
- ProcessorBase::getDescription in src/
Plugin/ Purge/ Processor/ ProcessorBase.php - Retrieve the description of this processor.
File
- src/
Plugin/ Purge/ Processor/ ProcessorInterface.php, line 26
Class
- ProcessorInterface
- Describes a plugin that processes invalidations.
Namespace
Drupal\purge\Plugin\Purge\ProcessorCode
public function getDescription();