You are here

public function BasicFormNoContainerInjectionInterface::buildForm in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\BasicFormNoContainerInjectionInterface::buildForm()

Form constructor.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Return value

array The form structure.

Overrides FormInterface::buildForm

File

core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php, line 501
Contains \Drupal\Tests\Core\Entity\EntityResolverManagerTest.

Class

BasicFormNoContainerInjectionInterface

Namespace

Drupal\Tests\Core\Entity

Code

public function buildForm(array $form, FormStateInterface $form_state, EntityInterface $entity_test = NULL) {
}