You are here

public function IBotcha::form_alter in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/application/botcha.application.controller.inc \IBotcha::form_alter()
2 methods override IBotcha::form_alter()
Botcha::form_alter in controller/application/botcha.application.controller.inc
Implements hook_form_alter().
BotchaLogger::form_alter in controller/application/decorator/logger/botcha.application.controller.logger.inc

File

controller/application/botcha.application.controller.inc, line 16
Contains Botcha class.

Class

IBotcha
Interface of the application includes all its hook implementations and public functions. It is used by decorators that have to implement all of these methods.

Code

public function form_alter(&$form, &$form_state, $form_id);