public function Facet::getWeight in Facets 8
Returns the weight of the facet.
Overrides FacetInterface::getWeight
File
- src/
Entity/ Facet.php, line 944
Class
- Facet
- Defines the facet configuration entity.
Namespace
Drupal\facets\EntityCode
public function getWeight() {
return $this->weight;
}