public function GraphQL::displaysExposed in GraphQL 8
Same name and namespace in other branches
- 8.2 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\displayCode
public function displaysExposed() {
return FALSE;
}