Issue #2002928 by bdone: Rename Views method wizard_form() to wizardForm().

8.0.x
Alex Pott 2013-05-30 00:40:56 +01:00
parent 3ad40a3e3a
commit b2d4053f3f
1 changed files with 1 additions and 1 deletions

View File

@ -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) {
}
/**