Issue #2002928 by bdone: Rename Views method wizard_form() to wizardForm().
parent
3ad40a3e3a
commit
b2d4053f3f
|
@ -359,7 +359,7 @@ abstract class StylePluginBase extends PluginBase {
|
|||
* @param string $type
|
||||
* The display type, either block or page.
|
||||
*/
|
||||
function wizard_form(&$form, &$form_state, $type) {
|
||||
public function wizardForm(&$form, &$form_state, $type) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue