You are here

public function BotchaRecipebookController::delete in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/recipebook/botcha.recipebook.controller.inc \BotchaRecipebookController::delete()

Overrides IBotchaRecipebookController::delete

File

controller/recipebook/botcha.recipebook.controller.inc, line 69
Controller layer of the BotchaRecipebook objects.

Class

BotchaRecipebookController

Code

public function delete($recipebook) {

  // Delete recipe book from DB.
  $this
    ->getModel()
    ->delete($recipebook);
}