You are here

constant ANTISPAM_COUNT_SPAM_DETECTED in AntiSpam 7

Same name and namespace in other branches
  1. 6 antispam.module \ANTISPAM_COUNT_SPAM_DETECTED
8 uses of ANTISPAM_COUNT_SPAM_DETECTED
antispam_block_view in ./antispam.module
Implements hook_block_view().
antispam_get_counter in ./antispam.module
Get today's counter value for the specified counter type.
antispam_get_max_counter in ./antispam.module
Get max counter value for the specified counter type.
antispam_get_total_counter in ./antispam.module
Get total counter value for the specified counter type.
antispam_help in ./antispam.module
Implements hook_help().

... See full list

File

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

Code

define('ANTISPAM_COUNT_SPAM_DETECTED', 1);