You are here

public function BotchaFormModelLogger::getForm in BOTCHA Spam Prevention 7.3

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

Overrides IBotchaFormModel::getForm

File

model/form/decorator/logger/botcha.form.model.logger.inc, line 13
Contains BotchaFormModelLogger class.

Class

BotchaFormModelLogger
@file Contains BotchaFormModelLogger class.

Code

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