You are here

protected property Name::$alwaysMultiple in Drupal 8

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

Disable the possibility to force a single value.

Type: bool

Overrides FilterPluginBase::$alwaysMultiple

File

core/modules/user/src/Plugin/views/filter/Name.php, line 19

Class

Name
Filter handler for usernames.

Namespace

Drupal\user\Plugin\views\filter

Code

protected $alwaysMultiple = TRUE;