public function FacetInterface::getFieldAlias in Facets 8
Returns the field alias used to identify the facet in the url.
Return value
string The field alias for the facet.
1 method overrides FacetInterface::getFieldAlias()
- Facet::getFieldAlias in src/
Entity/ Facet.php - Returns the field alias used to identify the facet in the url.
File
- src/
FacetInterface.php, line 92
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function getFieldAlias();