You are here

protected function BotchaRecipeNoResubmit::getToken in BOTCHA Spam Prevention 7.2

Same name and namespace in other branches
  1. 6.2 controller/botcha_recipe.controller.inc \BotchaRecipeNoResubmit::getToken()
  2. 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeNoResubmit::getToken()
  3. 7.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeNoResubmit::getToken()
2 calls to BotchaRecipeNoResubmit::getToken()
BotchaRecipeNoResubmit::applyRecipe in controller/botcha_recipe.controller.inc
BotchaRecipeNoResubmit::isSpam in controller/botcha_recipe.controller.inc
Spam check.

File

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

Class

BotchaRecipeNoResubmit

Code

protected function getToken($value = '') {
  return drupal_get_token($value);
}