public function PathElementFormTest::validateForm in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Element/PathElementFormTest.php \Drupal\system\Tests\Element\PathElementFormTest::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/
modules/ system/ src/ Tests/ Element/ PathElementFormTest.php, line 144 - Contains \Drupal\system\Tests\Element\PathElementFormTest.
Class
- PathElementFormTest
- Tests PathElement validation and conversion functionality.
Namespace
Drupal\system\Tests\ElementCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}