You are here

public function BasicFormNoContainerInjectionInterface::validateForm in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\BasicFormNoContainerInjectionInterface::validateForm()
  2. 9 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\BasicFormNoContainerInjectionInterface::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/Tests/Core/Entity/EntityResolverManagerTest.php, line 582
Contains \Drupal\Tests\Core\Entity\EntityResolverManagerTest.

Class

BasicFormNoContainerInjectionInterface

Namespace

Drupal\Tests\Core\Entity

Code

public function validateForm(array &$form, FormStateInterface $form_state) {
}