You are here

public function BotchaFormControllerLogger::getForm in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/form/decorator/logger/botcha.form.controller.logger.inc \BotchaFormControllerLogger::getForm()

Overrides IBotchaFormController::getForm

File

controller/form/decorator/logger/botcha.form.controller.logger.inc, line 14
Contains BotchaFormControllerLogger class.

Class

BotchaFormControllerLogger
@file Contains BotchaFormControllerLogger class.

Code

public function getForm($form_id, $create = TRUE) {
  return $this
    ->logCall('getForm', array(
    $form_id,
    $create,
  ));
}