You are here

protected property ViewsUiBaseViewsWizard::$filter_defaults in Views (for Drupal 7) 7.3

File

plugins/views_wizard/views_ui_base_views_wizard.class.php, line 57
Provides the interface and base class for Views Wizard plugins.

Class

ViewsUiBaseViewsWizard
A very generic Views Wizard class - can be constructed for any base table.

Code

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