public function FacetInterface::setWeight in Facets 8
Sets the weight of the facet.
Parameters
int $weight: Weight of the facet.
1 method overrides FacetInterface::setWeight()
- Facet::setWeight in src/
Entity/ Facet.php - Sets the weight of the facet.
File
- src/
FacetInterface.php, line 469
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function setWeight($weight);