You are here

public function FacetInterface::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.

1 method overrides FacetInterface::setUrlAlias()
Facet::setUrlAlias in src/Entity/Facet.php
Sets the name of the facet for use in the URL.

File

src/FacetInterface.php, line 116

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function setUrlAlias($url_alias);