public function FacetsSummaryInterface::removeFacet in Facets 8
Removes a facet from the list.
Parameters
string $facet_id: The facet id to be removed.
Return value
$this
1 method overrides FacetsSummaryInterface::removeFacet()
- FacetsSummary::removeFacet in modules/
facets_summary/ src/ Entity/ FacetsSummary.php - Removes a facet from the list.
File
- modules/
facets_summary/ src/ FacetsSummaryInterface.php, line 85
Class
- FacetsSummaryInterface
- Interface for the entity.
Namespace
Drupal\facets_summaryCode
public function removeFacet($facet_id);