X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FPlugin%2Fviews%2Fwizard%2FWizardPluginBase.php;fp=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FPlugin%2Fviews%2Fwizard%2FWizardPluginBase.php;h=badfdbe3d27b02d0a86e9832e62f023cda36528e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=0b3dcc9a10a984c5bbe20ed64c4a0adce1105e20;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php b/web/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php index 0b3dcc9a1..badfdbe3d 100644 --- a/web/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php +++ b/web/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php @@ -103,7 +103,7 @@ abstract class WizardPluginBase extends PluginBase implements WizardInterface { * By default, filters are not exposed and added to the first non-reserved * filter group. * - * @var array() + * @var array */ protected $filter_defaults = [ 'id' => NULL, @@ -177,7 +177,7 @@ abstract class WizardPluginBase extends PluginBase implements WizardInterface { 'plugin_id' => 'boolean', 'entity_type' => $this->entityTypeId, 'entity_field' => $field_name, - ] + ], ] + $this->filters; }