You are here

public function ProcessorInterface::getDescription in Facets 8

Same name in this branch
  1. 8 src/Processor/ProcessorInterface.php \Drupal\facets\Processor\ProcessorInterface::getDescription()
  2. 8 modules/facets_summary/src/Processor/ProcessorInterface.php \Drupal\facets_summary\Processor\ProcessorInterface::getDescription()

Retrieves the processor description.

Return value

string The description of this processor.

1 method overrides ProcessorInterface::getDescription()
ProcessorPluginBase::getDescription in src/Processor/ProcessorPluginBase.php
Retrieves the processor description.

File

src/Processor/ProcessorInterface.php, line 113

Class

ProcessorInterface
Describes a processor.

Namespace

Drupal\facets\Processor

Code

public function getDescription();