You are here

protected function BotchaRecipeTimegate::getFieldCount in BOTCHA Spam Prevention 7.3

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

File

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

Class

BotchaRecipeTimegate

Code

protected function getFieldCount() {
  return 1;
}