You are here

protected property NumericFilter::$alwaysMultiple in Drupal 9

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

Disable the possibility to force a single value.

Type: bool

Overrides FilterPluginBase::$alwaysMultiple

File

core/modules/views/src/Plugin/views/filter/NumericFilter.php, line 16

Class

NumericFilter
Simple filter to handle greater than/less than filters.

Namespace

Drupal\views\Plugin\views\filter

Code

protected $alwaysMultiple = TRUE;