You are here

property FilterPluginBase::$always_required in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 84
Contains \Drupal\views\Plugin\views\filter\FilterPluginBase.

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

var $always_required = FALSE;