You are here

public function ZoneSelectionForm::buildForm in CloudFlare 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/ZoneSelectionForm.php, line 137

Class

ZoneSelectionForm
Class ZoneSelectionForm.

Namespace

Drupal\cloudflare\Form

Code

public function buildForm(array $form, FormStateInterface $form_state) {
  return $this
    ->buildZoneSelectSection();
}