You are here

public function FacetInterface::removeProcessor in Facets 8

Removes a processor for this facet.

Parameters

string $processor_id: The plugin id of the processor.

1 method overrides FacetInterface::removeProcessor()
Facet::removeProcessor in src/Entity/Facet.php
Removes a processor for this facet.

File

src/FacetInterface.php, line 440

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function removeProcessor($processor_id);