You are here

public function HandlerBase::exposedInfo in Views (for Drupal 7) 8.3

Get information about the exposed form for the form renderer.

1 method overrides HandlerBase::exposedInfo()
FilterPluginBase::exposedInfo in lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Tell the renderer about our exposed form. This only needs to be overridden for particularly complex forms. And maybe not even then.

File

lib/Drupal/views/Plugin/views/HandlerBase.php, line 401
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function exposedInfo() {
}