You are here

protected property BooleanOperator::$alwaysMultiple in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/filter/BooleanOperator.php \Drupal\views\Plugin\views\filter\BooleanOperator::alwaysMultiple

Exposed filter options.

Type: bool

Overrides FilterPluginBase::$alwaysMultiple

File

core/modules/views/src/Plugin/views/filter/BooleanOperator.php, line 48

Class

BooleanOperator
Simple filter to handle matching of boolean values.

Namespace

Drupal\views\Plugin\views\filter

Code

protected $alwaysMultiple = TRUE;