public function BotchaRecipeUsingJsAbstract::getInfo in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.2 controller/botcha_recipe.controller.inc \BotchaRecipeUsingJsAbstract::getInfo()
- 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeUsingJsAbstract::getInfo()
- 7.2 controller/botcha_recipe.controller.inc \BotchaRecipeUsingJsAbstract::getInfo()
Used to get information about the recipe. Must be overridden.
Overrides BotchaRecipe::getInfo
2 calls to BotchaRecipeUsingJsAbstract::getInfo()
- BotchaRecipeHoneypot::getInfo in controller/
recipe/ botcha.recipe.controller.inc - Used to get information about the recipe. Must be overridden.
- BotchaRecipeObscureUrl::getInfo in controller/
recipe/ botcha.recipe.controller.inc - Used to get information about the recipe. Must be overridden.
2 methods override BotchaRecipeUsingJsAbstract::getInfo()
- BotchaRecipeHoneypot::getInfo in controller/
recipe/ botcha.recipe.controller.inc - Used to get information about the recipe. Must be overridden.
- BotchaRecipeObscureUrl::getInfo in controller/
recipe/ botcha.recipe.controller.inc - Used to get information about the recipe. Must be overridden.
File
- controller/
recipe/ botcha.recipe.controller.inc, line 473 - Controller layer of the BotchaRecipe objects.
Class
Code
public function getInfo() {
parent::getInfo();
$this->error_text .= '<br />' . t('Please enable Javascript to use this form.');
}