You are here

function workbench_email_install in Workbench Email 7.3

Implements hook_install().

File

./workbench_email.install, line 122
Install file for the Workbench Email module.

Code

function workbench_email_install() {
  drupal_load('module', 'workbench_email');
  workbench_email_get_queue()
    ->createQueue();
}