You are here

Functions in Honeypot 2.0.x

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_cron ./honeypot.module Implements hook_cron().
honeypot_form_alter ./honeypot.module Implements hook_form_alter().
honeypot_get_protected_forms ./honeypot.module Build an array of all the protected forms on the site, by form_id. 1
honeypot_get_time_limit ./honeypot.module Look up the time limit for the current user. 1
honeypot_help ./honeypot.module Implements hook_help().
honeypot_install ./honeypot.install Implements hook_install().
honeypot_log_failure ./honeypot.module Log the failed submission with timestamp and hostname. 1
honeypot_schema ./honeypot.install Implements hook_schema(). 1
honeypot_uninstall ./honeypot.install Implements hook_uninstall().
honeypot_update_8100 ./honeypot.install Adds the 'hostname' column to the {honeypot_user} table.
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_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