You are here

protected property WizardPluginBase::$filters in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php \Drupal\views\Plugin\views\wizard\WizardPluginBase::filters
  2. 9 core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php \Drupal\views\Plugin\views\wizard\WizardPluginBase::filters

Views items configuration arrays for filters added by the wizard.

Type: array

File

core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php, line 83

Class

WizardPluginBase
Base class for Views wizard plugins.

Namespace

Drupal\views\Plugin\views\wizard

Code

protected $filters = [];