You are here

public function Facet::setUrlAlias in Facets 8

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

Parameters

string $url_alias: The name of the facet for use in the URL.

Overrides FacetInterface::setUrlAlias

File

src/Entity/Facet.php, line 692

Class

Facet
Defines the facet configuration entity.

Namespace

Drupal\facets\Entity

Code

public function setUrlAlias($url_alias) {
  $this->url_alias = $url_alias;
}