You are here

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\Entity

Code

public function getWeight() {
  return $this->weight;
}