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\facetsCode
public function setUrlAlias($url_alias);