You are here

public function FacetSourcePluginInterface::isRenderedInCurrentRequest in Facets 8

Returns true if the Facet source is being rendered in the current request.

This function will define if all facets for this facet source are shown when facet source visibility: "being rendered" is configured in the facet visibility settings.

Return value

bool True when the facet is rendered on the same page.

1 method overrides FacetSourcePluginInterface::isRenderedInCurrentRequest()
FacetSourcePluginBase::isRenderedInCurrentRequest in src/FacetSource/FacetSourcePluginBase.php
Returns true if the Facet source is being rendered in the current request.

File

src/FacetSource/FacetSourcePluginInterface.php, line 68

Class

FacetSourcePluginInterface
Describes a source for facet items.

Namespace

Drupal\facets\FacetSource

Code

public function isRenderedInCurrentRequest();