public function FacetInterface::getOnlyVisibleWhenFacetSourceIsVisible in Facets 8
Returns the "only visible when facet source is visible" boolean flag.
Return value
bool True when the facet is only shown on a page with the facet source.
1 method overrides FacetInterface::getOnlyVisibleWhenFacetSourceIsVisible()
- Facet::getOnlyVisibleWhenFacetSourceIsVisible in src/
Entity/ Facet.php - Returns the "only visible when facet source is visible" boolean flag.
File
- src/
FacetInterface.php, line 424
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function getOnlyVisibleWhenFacetSourceIsVisible();