public function JsonApiFacets::getPath in JSON:API Search API 8
Returns the path of the facet source, used to build the facet url.
Return value
string The path.
Overrides FacetSourcePluginInterface::getPath
File
- modules/
jsonapi_search_api_facets/ src/ Plugin/ facets/ facet_source/ JsonApiFacets.php, line 120
Class
- JsonApiFacets
- Provides a facet source for use in JSON:API.
Namespace
Drupal\jsonapi_search_api_facets\Plugin\facets\facet_sourceCode
public function getPath() {
}