You are here

protected function BotchaRecipeHoneypot2::getFieldName in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.2 controller/botcha_recipe.controller.inc \BotchaRecipeHoneypot2::getFieldName()
  2. 6.3 controller/recipe/botcha.recipe.controller.inc \BotchaRecipeHoneypot2::getFieldName()
  3. 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

BotchaRecipeHoneypot2

Code

protected function getFieldName($delta) {
  switch ($delta) {
    case 0:
    default:
      return parent::getFieldName($delta);
      break;
  }
}