You are here

protected function BotchaRecipeUsingJsAbstract::getFieldCount in BOTCHA Spam Prevention 6.3

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

File

controller/recipe/botcha.recipe.controller.inc, line 476
Controller layer of the BotchaRecipe objects.

Class

BotchaRecipeUsingJsAbstract

Code

protected function getFieldCount() {
  return 1;
}