You are here

property ViewsAutocompleteFiltersString::$alwaysMultiple in Views Autocomplete Filters 8

Disable the possibility to force a single value.

Type: bool

Overrides StringFilter::$alwaysMultiple

File

src/Plugin/views/filter/ViewsAutocompleteFiltersString.php, line 18

Class

ViewsAutocompleteFiltersString
Autocomplete for basic textfield filter to handle string filtering commands including equality, like, not like, etc.

Namespace

Drupal\views_autocomplete_filters\Plugin\views\filter

Code

var $alwaysMultiple = TRUE;