You are here

public function HandlerBase::exposedInfo in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::exposedInfo()

Get information about the exposed form for the form renderer.

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

core/modules/views/src/Plugin/views/HandlerBase.php, line 401

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function exposedInfo() {
}