You are here

public function CaptchaQuestionsSettingsForm::captchaQuestionsAddForm in Captcha Questions 8

Submit handler for the "add-one-more" button.

Causes a rebuild.

File

src/Form/CaptchaQuestionsSettingsForm.php, line 369

Class

CaptchaQuestionsSettingsForm
Displays the captcha_questions settings form.

Namespace

Drupal\captcha_questions\Form

Code

public function captchaQuestionsAddForm(array &$form, FormStateInterface $form_state) {
  $form_state
    ->setRebuild();
}