You are here

public function FacetsSummaryInterface::addProcessor in Facets 8

Adds a processor for this facet.

Parameters

array $processor: An array definition for a processor.

1 method overrides FacetsSummaryInterface::addProcessor()
FacetsSummary::addProcessor in modules/facets_summary/src/Entity/FacetsSummary.php
Adds a processor for this facet.

File

modules/facets_summary/src/FacetsSummaryInterface.php, line 129

Class

FacetsSummaryInterface
Interface for the entity.

Namespace

Drupal\facets_summary

Code

public function addProcessor(array $processor);