function BotchaRecipeUsingJsAbstract::getFieldCount in BOTCHA Spam Prevention 6.2
Same name and namespace in other branches
- 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeUsingJsAbstract::getFieldCount()
- 7.2 controller/botcha_recipe.controller.inc \BotchaRecipeUsingJsAbstract::getFieldCount()
- 7.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeUsingJsAbstract::getFieldCount()
1 method overrides BotchaRecipeUsingJsAbstract::getFieldCount()
File
- controller/
botcha_recipe.controller.inc, line 427 - Controller layer of the BotchaRecipe objects.
Class
Code
function getFieldCount() {
return 1;
}