protected function BotchaRecipeHoneypot2::getFieldName in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.2 controller/botcha_recipe.controller.inc \BotchaRecipeHoneypot2::getFieldName()
- 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeHoneypot2::getFieldName()
- 7.2 controller/botcha_recipe.controller.inc \BotchaRecipeHoneypot2::getFieldName()
Overrides BotchaRecipe::getFieldName
File
- controller/
recipe/ botcha.recipe.controller.inc, line 720 - Controller layer of the BotchaRecipe objects.
Class
Code
protected function getFieldName($delta) {
switch ($delta) {
case 0:
default:
return parent::getFieldName($delta);
break;
}
}