You are here

protected property FilterPluginBase::$alwaysMultiple in Drupal 9

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

Disable the possibility to force a single value.

Type: bool

File

core/modules/views/src/Plugin/views/filter/FilterPluginBase.php, line 70

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

protected $alwaysMultiple = FALSE;