function FormTestRecipeInputForm::validateForm
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/form_test/src/Form/FormTestRecipeInputForm.php \Drupal\form_test\Form\FormTestRecipeInputForm::validateForm()
Overrides FormBase::validateForm
File
-
core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestRecipeInputForm.php, line 53
Class
- FormTestRecipeInputForm
- Form to test recipe input functionality.
Namespace
Drupal\form_test\FormCode
public function validateForm(array &$form, FormStateInterface $form_state) : void {
$this->validateRecipeInput($this->getRecipe(), $form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.