botcha_admin_settings |
./botcha.admin.inc |
Module settings form. |
|
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_exists |
./botcha.admin.inc |
|
|
1 |
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_load |
./botcha.module |
Load an object of form. |
|
|
botcha_generate_secret_key |
./botcha.admin.inc |
Generate a random secret key. |
2 |
|
botcha_help |
./botcha.module |
Implements hook_help(). |
|
|
botcha_install |
./botcha.install |
Implements of hook_install(). |
|
|
botcha_menu |
./botcha.module |
Implements hook_menu(). |
|
|
botcha_permission |
./botcha.module |
Implements hook_permission(). |
|
|
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_exists |
./botcha.admin.inc |
|
|
1 |
botcha_recipebook_form |
./botcha.admin.inc |
Edit existent or add a new recipe book. |
|
2 |
botcha_recipebook_form_submit |
./botcha.admin.inc |
Submit handler for botcha_recipebook_form. |
|
|
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 |
Implements hook_requirements(). |
|
|
botcha_rules_action_info |
./botcha.rules.inc |
Implements hook_rules_action_info(). |
|
|
botcha_rules_action_regenerate_seed |
./botcha.rules.inc |
Action: Regenerate seed. |
|
|
botcha_rules_events_hook_variables |
./botcha.rules.inc |
Describes the arguments available for the botcha_rules_event_info(). |
1 |
|
botcha_rules_event_info |
./botcha.rules.inc |
Implements hook_rules_event_info(). |
|
|
botcha_schema |
./botcha.install |
Implements hook_schema(). |
1 |
|
botcha_theme |
./botcha.module |
Implements hook_theme(). |
|
|
botcha_uninstall |
./botcha.install |
Implements hook_uninstall(). |
|
|
botcha_update_7200 |
./botcha.install |
Create flexible relationships between recipe books and recipes and between recipe books and forms. |
1 |
|
botcha_update_7201 |
./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_value |
./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 |
|