You are here

public function TableAdoptForm::buildForm in Data 8

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

src/Form/TableAdoptForm.php, line 26

Class

TableAdoptForm
Class TableAdoptForm.

Namespace

Drupal\data\Form

Code

public function buildForm(array $form, FormStateInterface $form_state) {
  return $form;
}