protected function BotchaRecipeNoResubmit::getToken in BOTCHA Spam Prevention 6.2
Same name and namespace in other branches
- 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeNoResubmit::getToken()
- 7.2 controller/botcha_recipe.controller.inc \BotchaRecipeNoResubmit::getToken()
- 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 376 - Controller layer of the BotchaRecipe objects.
Class
Code
protected function getToken($value = '') {
return drupal_get_token($value);
}