You are here

public function Facet::getUrlAlias in Facets 8

Returns the name of the facet for use in the URL.

Return value

string The name of the facet for use in the URL.

Overrides FacetInterface::getUrlAlias

File

src/Entity/Facet.php, line 685

Class

Facet
Defines the facet configuration entity.

Namespace

Drupal\facets\Entity

Code

public function getUrlAlias() {
  return $this->url_alias;
}