function FormWizardBase::validateForm
Same name in other branches
- 8.x-3.x src/Wizard/FormWizardBase.php \Drupal\ctools\Wizard\FormWizardBase::validateForm()
Overrides FormBase::validateForm
File
-
src/
Wizard/ FormWizardBase.php, line 280
Class
- FormWizardBase
- The base class for all form wizard.
Namespace
Drupal\ctools\WizardCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}