function BotchaRecipeHoneypot2::getFieldName in BOTCHA Spam Prevention 7.2
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.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeHoneypot2::getFieldName()
Overrides BotchaRecipe::getFieldName
File
- controller/
botcha_recipe.controller.inc, line 659 - Controller layer of the BotchaRecipe objects.
Class
Code
function getFieldName($delta) {
switch ($delta) {
case 0:
default:
return parent::getFieldName($delta);
break;
}
}