You are here

constant ANTISPAM_API_RESULT_IS_SPAM in AntiSpam 7

Same name and namespace in other branches
  1. 6 antispam.module \ANTISPAM_API_RESULT_IS_SPAM
5 uses of ANTISPAM_API_RESULT_IS_SPAM
antispam_api_cmd_comment_check in ./antispam.module
AntiSpam API: Comment Check.
antispam_api_cmd_spam_check in ./antispam.module
AntiSpam API: Generic Data Check.
antispam_webform_check in ./antispam.module
Webform: Check submitted values for spam.
_antispam_comment_save in ./antispam.module
Called from hook_comment_insert() and hook_comment_update().
_antispam_node_save in ./antispam.module
Called from hook_node_insert() and hook_node_update()

File

./antispam.module, line 25
Primary hook implementations for the Antispam module.

Code

define('ANTISPAM_API_RESULT_IS_SPAM', 1);