You are here

public function GraphQL::displaysExposed in GraphQL 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/views/display/GraphQL.php \Drupal\graphql\Plugin\views\display\GraphQL::displaysExposed()

Determines if this display should display the exposed filters widgets.

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

Overrides DisplayPluginBase::displaysExposed

File

src/Plugin/views/display/GraphQL.php, line 70

Class

GraphQL
Provides a display plugin for GraphQL views.

Namespace

Drupal\graphql\Plugin\views\display

Code

public function displaysExposed() {
  return FALSE;
}