property String::$always_multiple

Disable the possibility to force a single value.

Type: bool

Overrides FilterPluginBase::$always_multiple

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php, line 26
Definition of Drupal\views\Plugin\views\filter\String.

Class

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

Namespace

Drupal\views\Plugin\views\filter

Code

var $always_multiple = TRUE;