protected property Node::$filters

Set default values for the filters.

Overrides WizardPluginBase::$filters

File

drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php, line 54
Definition of Drupal\node\Plugin\views\wizard\Node.

Class

Node
Tests creating node views with the wizard.

Namespace

Drupal\node\Plugin\views\wizard

Code

protected $filters = array(
  'status' => array(
    'value' => TRUE,
    'table' => 'node',
    'field' => 'status',
  ),
);