Determine if this display uses exposed filters, so the view
will know whether or not to build them.
Overrides DisplayPluginBase::usesExposed
File
- drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/display/RestExport.php, line 103
- Contains \Drupal\rest\Plugin\views\display\RestExport.
Class
- RestExport
- The plugin that handles Data response callbacks for REST resources.
Namespace
Drupal\rest\Plugin\views\display
Code
public function usesExposed() {
return FALSE;
}