You are here

function botcha_forms_form in BOTCHA Spam Prevention 6.2

Same name and namespace in other branches
  1. 7.2 botcha.admin.inc \botcha_forms_form()

Callback for "Forms" admin page. Configuration of which forms to protect, with what recipe.

1 string reference to 'botcha_forms_form'
botcha_menu in ./botcha.module
Implements hook_menu().

File

./botcha.admin.inc, line 116
Implementation of botcha administration forms.

Code

function botcha_forms_form() {
  return Botcha::getAdminForm('form_list');
}