You are here

function BotchaRecipe::isSpam in BOTCHA Spam Prevention 6.2

Same name and namespace in other branches
  1. 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipe::isSpam()
  2. 7.2 controller/botcha_recipe.controller.inc \BotchaRecipe::isSpam()
  3. 7.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipe::isSpam()

Spam check.

_state

Parameters

type $form:

3 calls to BotchaRecipe::isSpam()
BotchaRecipeHoneypot::isSpam in controller/botcha_recipe.controller.inc
Spam check.
BotchaRecipeObscureUrl::isSpam in controller/botcha_recipe.controller.inc
Spam check.
BotchaRecipeTimegate::isSpam in controller/botcha_recipe.controller.inc
Spam check.
4 methods override BotchaRecipe::isSpam()
BotchaRecipeHoneypot::isSpam in controller/botcha_recipe.controller.inc
Spam check.
BotchaRecipeNoResubmit::isSpam in controller/botcha_recipe.controller.inc
Spam check.
BotchaRecipeObscureUrl::isSpam in controller/botcha_recipe.controller.inc
Spam check.
BotchaRecipeTimegate::isSpam in controller/botcha_recipe.controller.inc
Spam check.

File

controller/botcha_recipe.controller.inc, line 213
Controller layer of the BotchaRecipe objects.

Class

BotchaRecipe
Abstract class to describe recipe data structure.

Code

function isSpam($form, $form_state) {
}