You are here

function BotchaRecipeObscureUrl::getFieldCount in BOTCHA Spam Prevention 6.2

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

Overrides BotchaRecipeUsingJsAbstract::getFieldCount

File

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

Class

BotchaRecipeObscureUrl

Code

function getFieldCount() {
  return 3;
}