diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php index 2fe7cfa..1962fcc 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php @@ -347,7 +347,7 @@ public function validateOptionsForm(&$form, &$form_state) { * @param string $type * The display type, either block or page. */ - function wizard_form(&$form, &$form_state, $type) { + public function wizardForm(&$form, &$form_state, $type) { } /**