public function PrepareCallbackTestForm::buildForm in Mobile Number 8
Same name and namespace in other branches
- 2.0.x src/Tests/PrepareCallbackTestForm.php \Drupal\mobile_number\Tests\PrepareCallbackTestForm::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
- src/
Tests/ PrepareCallbackTestForm.php, line 24
Class
- PrepareCallbackTestForm
- A test form used for the prepareCallback() tests.
Namespace
Drupal\mobile_number\TestsCode
public function buildForm(array $form, FormStateInterface $form_state) {
}