public function FacetInterface::getFacetSource in Facets 8
Returns the plugin instance of a facet source.
Return value
\Drupal\facets\FacetSource\FacetSourcePluginInterface|null The plugin instance for the facet source.
1 method overrides FacetInterface::getFacetSource()
- Facet::getFacetSource in src/
Entity/ Facet.php - Returns the plugin instance of a facet source.
File
- src/
FacetInterface.php, line 352
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function getFacetSource();