You are here

Functions in BOTCHA Spam Prevention 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
botcha_admin_settings ./botcha.admin.inc 1
botcha_admin_settings_submit ./botcha.admin.inc Submission function for botcha_admin_settings form.
botcha_forms_form ./botcha.admin.inc Callback for "Forms" admin page. Configuration of which forms to protect, with what recipe. 1
botcha_forms_form_submit ./botcha.admin.inc Submission handler for botcha_forms_form form.
botcha_form_access ./botcha.module Check for restriction. 1
botcha_form_alter ./botcha.module Implements hook_form_alter().
botcha_form_delete_form ./botcha.admin.inc Confirm dialog for deleting a BOTCHA form completely. 1
botcha_form_delete_form_submit ./botcha.admin.inc Submission handler of BOTCHA form deleting.
botcha_form_form ./botcha.admin.inc Edit existent or add BOTCHA protection to another form. 1
botcha_form_form_submit ./botcha.admin.inc Submit handler for botcha_form_form.
botcha_form_id_validate ./botcha.admin.inc 2
botcha_form_load ./botcha.module Load an object of form.
botcha_fprocess ./botcha.inc Process form callback for BOTCHA form. Using hooking mechanism that is a hack - we want to come in before #process, but our _form_alter() is way too early (we want to let it use cache for all other modules & data). Ideal would be to have #process… 1
botcha_generate_secret_key ./botcha.admin.inc Generate a random secret key. 2
botcha_help ./botcha.module Implements hook_help().
botcha_install ./botcha.install Implementation of hook_install().
botcha_menu ./botcha.module Implements hook_menu().
botcha_perm ./botcha.module Implements hook_perm().
botcha_recipebooks_form ./botcha.admin.inc Callback for "Recipe books" admin page. @todo ?Is it form really? Perhaps table? 1
botcha_recipebook_access ./botcha.module Check for restriction. 1
botcha_recipebook_delete_form ./botcha.admin.inc Delete configuration form. 1
botcha_recipebook_delete_form_submit ./botcha.admin.inc Submit handler for botcha_recipebook_delete_form().
botcha_recipebook_form ./botcha.admin.inc Edit existent or add a new recipe book. 3
botcha_recipebook_form_submit ./botcha.admin.inc Submit handler for botcha_recipebook_form.
botcha_recipebook_id_validate ./botcha.admin.inc
botcha_recipebook_load ./botcha.module Load an object of recipe book.
botcha_recipebook_title ./botcha.module Title callback for importers. 1
botcha_recipes_form ./botcha.admin.inc 1
botcha_requirements ./botcha.install Implementation of hook_requirements().
botcha_rules_action_info ./botcha.rules.inc Implementation of hook_rules_action_info().
botcha_rules_action_regenerate_seed ./botcha.rules.inc Action: Regenerate seed.
botcha_rules_events_hook_arguments ./botcha.rules.inc Describes the arguments available for the botcha_hook(). 1
botcha_rules_event_info ./botcha.rules.inc Implementation of hook_rules_event_info().
botcha_schema ./botcha.install Implementation of hook_schema(). 1
botcha_theme ./botcha.module Implements hook_theme().
botcha_uninstall ./botcha.install Implementation of hook_uninstall().
botcha_update_6200 ./botcha.install Implementation of hook_update_N(). Create flexible relationships between recipe books and recipes and between recipe books and forms. 1
botcha_update_6201 ./botcha.install Create an interface to manage the list of forms that are forbidden to protect. 1
theme_botcha_forms_form_botcha_forms ./botcha.admin.inc Custom theme function for a table of (form_id -> BOTCHA type) settings
theme_botcha_recipebooks_form ./botcha.admin.inc Theme botcha_recipebooks_form().
_botcha_default_form_ids ./botcha.install 2
_botcha_filter_form_log ./botcha.inc Filter out sensitive form data for logging Recursive. 2
_botcha_filter_form_values_log ./botcha.inc Filter out sensitive form data from values for logging 3
_botcha_form_validate ./botcha.module Custom form validation - jump to __botcha_form_validate(). FIXME: Is there a standard way to put #validate handlers in a separate file? 1
_botcha_get_botcha_placement ./botcha.inc Helper function to get placement information for a given form_id. 1
_botcha_i18n ./botcha.module
_botcha_insert_botcha_element ./botcha.inc Helper function to insert a BOTCHA element in a form before a given form element. 1
_botcha_search_buttons ./botcha.inc Helper function for searching the buttons in a form. 1
_botcha_url ./botcha.inc Helper function - build a url (allows full URI in $url) 1
_botcha_variables ./botcha.module 3

Other projects