public function FacetsSummaryInterface::removeProcessor in Facets 8
Removes a processor for this facet.
Parameters
string $processor_id: The plugin id of the processor.
1 method overrides FacetsSummaryInterface::removeProcessor()
- FacetsSummary::removeProcessor in modules/
facets_summary/ src/ Entity/ FacetsSummary.php - Removes a processor for this facet.
File
- modules/
facets_summary/ src/ FacetsSummaryInterface.php, line 137
Class
- FacetsSummaryInterface
- Interface for the entity.
Namespace
Drupal\facets_summaryCode
public function removeProcessor($processor_id);