You are here

Functions in CAPTCHA After 7

Primary tabs

Namesort descending Location Description Direct uses Strings
captcha_after_db_get_form ./captcha_after.module Loads captcha_after form settings from database. 1
captcha_after_db_get_forms ./captcha_after.module Loads all captcha_after forms settings from database. 1
captcha_after_db_set_form ./captcha_after.module Saves captcha_after form settings in database. 4
captcha_after_form_after_build ./captcha_after.module After build state of form. Decide should we skip captcha element validation. 1
captcha_after_form_alter ./captcha_after.module Implementation of hook_form_alter().
captcha_after_form_pre_render ./captcha_after.module Form is in pre rendered state. 1
captcha_after_form_submit ./captcha_after.module Form is submited. 1
captcha_after_form_validate ./captcha_after.module Form is validated. 1
captcha_after_get_captcha_element ./captcha_after.module Helper function for finding captcha element in form array. 2
captcha_after_get_captcha_forms ./captcha_after.admin.inc Returns array of all forms that are protected by CAPTCHA module. 1
captcha_after_get_forms_settings ./captcha_after.module Helper function for returning captcha_after forms configuration values. 2
captcha_after_global_flood_is_allowed ./captcha_after.module Helper function. 1
captcha_after_install ./captcha_after.install Implementation of hook_install().
captcha_after_menu ./captcha_after.module Implementation of hook_menu().
captcha_after_schema ./captcha_after.install Implementation of hook_schema().
captcha_after_settings ./captcha_after.admin.inc CAPTCHA after settings form. 1
captcha_after_settings_form_submit ./captcha_after.admin.inc CAPTCHA after settings form submit. 1
captcha_after_show_captcha ./captcha_after.module Tests current form on captcha after threashold settings. 2
captcha_after_uninstall ./captcha_after.install Implementation of hook_uninstall().
captcha_after_update_6001 ./captcha_after.install Implementation of hook_update_N() Update from 6.x-1.0 to 6.x-2.x. Update number was maded 6001 by error, it should be 6200.

Other projects