function botcha_form_exists in BOTCHA Spam Prevention 7.2
1 string reference to 'botcha_form_exists'
- Botcha::getAdminForm in controller/
botcha.controller.inc - Get admin form.
File
- ./
botcha.admin.inc, line 261 - Implementation of botcha administration forms.
Code
function botcha_form_exists($value) {
return !Botcha::getForm($value, FALSE) instanceof BotchaFormNone;
}