public function HandlerBase::exposedInfo

Get information about the exposed form for the form renderer.

1 method overrides HandlerBase::exposedInfo()
FilterPluginBase::exposedInfo in drupal/core/modules/views/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

drupal/core/modules/views/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() {
}