property FilterPluginBase::$always_required

Disable the possibility to allow a exposed input to be optional.

Type: bool

File

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

Class

FilterPluginBase
Base class for filters.

Namespace

Drupal\views\Plugin\views\filter

Code

var $always_required = FALSE;