public function FacetInterface::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.
1 method overrides FacetInterface::getUrlAlias()
- Facet::getUrlAlias in src/
Entity/ Facet.php - Returns the name of the facet for use in the URL.
File
- src/
FacetInterface.php, line 108
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function getUrlAlias();