You are here

public function BotchaFormControllerLogger::delete 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::delete()

Overrides IBotchaFormController::delete

File

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

Class

BotchaFormControllerLogger
@file Contains BotchaFormControllerLogger class.

Code

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