You are here

protected property Search::$alwaysMultiple in Drupal 8

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

This filter is always considered multiple-valued.

Type: bool

Overrides FilterPluginBase::$alwaysMultiple

File

core/modules/search/src/Plugin/views/filter/Search.php, line 27

Class

Search
Filter handler for search keywords.

Namespace

Drupal\search\Plugin\views\filter

Code

protected $alwaysMultiple = TRUE;