public function FacetInterface::setExclude in Facets 8
Sets the exclude.
Parameters
bool $exclude: A boolean flag indicating if search should exclude selected facets.
1 method overrides FacetInterface::setExclude()
- Facet::setExclude in src/
Entity/ Facet.php - Sets the exclude.
File
- src/
FacetInterface.php, line 336
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function setExclude($exclude);