public function CaptchaQuestionsSettingsForm::captchaQuestionsAddFormCallback in Captcha Questions 8
Callback for ajax-enabled button.
Selects and returns the fieldset with the names in it.
File
- src/
Form/ CaptchaQuestionsSettingsForm.php, line 360
Class
- CaptchaQuestionsSettingsForm
- Displays the captcha_questions settings form.
Namespace
Drupal\captcha_questions\FormCode
public function captchaQuestionsAddFormCallback(array &$form, FormStateInterface $form_state) {
return $form['forms'];
}