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 modules/facets_summary/src/Processor/ProcessorPluginBase.php
Retrieves the processor description.

File

modules/facets_summary/src/Processor/ProcessorInterface.php, line 109

Class

ProcessorInterface
Describes a processor.

Namespace

Drupal\facets_summary\Processor

Code

public function getDescription();