You are here

public property FilterPluginBase::$always_required in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php \Drupal\views\Plugin\views\filter\FilterPluginBase::always_required
  2. 10 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php \Drupal\views\Plugin\views\filter\FilterPluginBase::always_required

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

Type: bool

File

core/modules/views/src/Plugin/views/filter/FilterPluginBase.php, line 82

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

public $always_required = FALSE;