You are here

public function BotchaRecipeUsingJsAbstract::getInfo in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.2 controller/botcha_recipe.controller.inc \BotchaRecipeUsingJsAbstract::getInfo()
  2. 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeUsingJsAbstract::getInfo()
  3. 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

BotchaRecipeUsingJsAbstract

Code

public function getInfo() {
  parent::getInfo();
  $this->error_text .= '<br />' . t('Please enable Javascript to use this form.');
}