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