You are here

public function SearchApiViewsFacetsBlockDisplay::displays_exposed in Search API 7

Determine if this display should display the exposed filters widgets.

If so, the view will know whether or not to render them.

Regardless of what this function returns, exposed filters will not be used nor displayed unless uses_exposed() returns TRUE.

Overrides views_plugin_display::displays_exposed

File

contrib/search_api_views/includes/display_facet_block.inc, line 12
Display plugin for displaying the search facets in a block.

Class

SearchApiViewsFacetsBlockDisplay
Plugin class for displaying search facets in a block.

Code

public function displays_exposed() {
  return FALSE;
}