You are here

Functions in Honeypot 7

Primary tabs

Namesort descending Location Description Direct uses Strings
honeypot_add_form_protection ./honeypot.module Form builder function to add different types of protection to forms. 1
honeypot_admin_form ./honeypot.admin.inc Honeypot administration page. 2
honeypot_admin_form_submit ./honeypot.admin.inc Honeypot admin form submit callback. 1
honeypot_admin_form_validate ./honeypot.admin.inc Validate the admin form.
honeypot_check_css ./honeypot.module Check Honeypot's CSS file for a given Honeypot element name. 1
honeypot_create_css ./honeypot.module Create CSS file to hide the Honeypot field. 5
honeypot_cron ./honeypot.module Implements hook_cron(). 4
honeypot_file_default_scheme ./honeypot.module Gets the default file stream for honeypot. 3 1
honeypot_form_alter ./honeypot.module Implements hook_form_alter().
honeypot_get_css_file_path ./honeypot.module Retrieve the location of the Honeypot CSS file. 8
honeypot_get_protected_forms ./honeypot.module Build an array of all the protected forms on the site, by form_id. 1
honeypot_get_signed_timestamp ./honeypot.module Sign the timestamp $time. 3
honeypot_get_time_from_signed_timestamp ./honeypot.module Validate a signed timestamp. 2
honeypot_get_time_limit ./honeypot.module Look up the time limit for the current user. 1
honeypot_install ./honeypot.install Implements hook_install().
honeypot_library ./honeypot.module Implements hook_library().
honeypot_log_failure ./honeypot.module Log the failed submision with timestamp and hostname. 1
honeypot_menu ./honeypot.module Implements hook_menu().
honeypot_permission ./honeypot.module Implements hook_permission().
honeypot_rules_event_info ./honeypot.module Implements hook_rules_event_info().
honeypot_schema ./honeypot.install Implements hook_schema(). 1
honeypot_test_menu tests/honeypot_test.module Implements hook_menu().
honeypot_test_submit_form tests/honeypot_test.module Page callback: programmatically submit a form. 1
honeypot_trigger_info ./honeypot.module Implements hook_trigger_info().
honeypot_uninstall ./honeypot.install Implements hook_uninstall().
honeypot_update_7001 ./honeypot.install Implements hook_update_N().
honeypot_update_7002 ./honeypot.install Update form names after upgrade from 6.x version.
honeypot_update_7003 ./honeypot.install Add {honeypot_users} database table if it doesn't exist.
honeypot_update_7004 ./honeypot.install Create Honeypot CSS file.
honeypot_update_7100 ./honeypot.install Adds the 'hostname' column to the {honeypot_user} table.
honeypot_update_7101 ./honeypot.install Transfer previous honeypot trigger info from {flood} to {honeypot_user}.
hook_honeypot_add_form_protection ./honeypot.api.php React to an addition of honeypot form protections for a given form_id.
hook_honeypot_form_protections_alter ./honeypot.api.php Alter the honeypot protections added to a particular form.
hook_honeypot_reject ./honeypot.api.php React to the rejection of a form submission.
hook_honeypot_time_limit ./honeypot.api.php Add time to the Honeypot time limit.
_honeypot_get_interval_from_signed_js_value ./honeypot.module Returns an interval if the given javascript submitted value is valid. 1
_honeypot_honeypot_validate ./honeypot.module Validate honeypot field. 1
_honeypot_log ./honeypot.module Log blocked form submissions. 2
_honeypot_time_restriction_validate ./honeypot.module Validate honeypot's time restriction field. 1

Other projects