You are here

protected property WizardPluginBase::$filter_defaults in Views (for Drupal 7) 8.3

Default values for filters.

By default, filters are not exposed and added to the first non-reserved filter group.

Type: array()

File

lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php, line 106
Definition of Drupal\views\Plugin\views\wizard\WizardPluginBase.

Class

WizardPluginBase
Provides the interface and base class for Views Wizard plugins.

Namespace

Drupal\views\Plugin\views\wizard

Code

protected $filter_defaults = array(
  'id' => NULL,
  'expose' => array(
    'operator' => FALSE,
  ),
  'group' => 1,
);