You are here

public function Broken::init in Views (for Drupal 7) 8.3

Provide some extra help to get the operator/value easier to use.

This likely has to be overridden by filters which are more complex than simple operator/value.

Overrides FilterPluginBase::init

File

lib/Drupal/views/Plugin/views/filter/Broken.php, line 28
Definition of Drupal\views\Plugin\views\filter\Broken.

Class

Broken
A special handler to take the place of missing or broken handlers.

Namespace

Drupal\views\Plugin\views\filter

Code

public function init(ViewExecutable $view, &$options) {
}