You are here

protected property WizardPluginBase::$filter_defaults in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php \Drupal\views\Plugin\views\wizard\WizardPluginBase::filter_defaults

Default values for filters.

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

Type: array()

File

core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php, line 110
Contains \Drupal\views\Plugin\views\wizard\WizardPluginBase.

Class

WizardPluginBase
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,
);