function ComponentInFormTest::validateForm
Same name and namespace in other branches
- 11.x core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php \Drupal\KernelTests\Components\ComponentInFormTest::validateForm()
Form validation handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::validateForm
File
-
core/
tests/ Drupal/ KernelTests/ Components/ ComponentInFormTest.php, line 98
Class
- ComponentInFormTest
- Tests the correct rendering of components in form.
Namespace
Drupal\KernelTests\ComponentsCode
public function validateForm(array &$form, FormStateInterface $form_state) : void {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.