You are here

protected property StringFilter::$alwaysMultiple in Zircon Profile 8.0

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

Disable the possibility to force a single value.

Type: bool

Overrides FilterPluginBase::$alwaysMultiple

File

core/modules/views/src/Plugin/views/filter/StringFilter.php, line 23
Contains \Drupal\views\Plugin\views\filter\StringFilter.

Class

StringFilter
Basic textfield filter to handle string filtering commands including equality, like, not like, etc.

Namespace

Drupal\views\Plugin\views\filter

Code

protected $alwaysMultiple = TRUE;