You are here

coffee.install in Coffee 6

Same filename and directory in other branches
  1. 7.2 coffee.install
  2. 7 coffee.install

Provides installation details for Coffee.

File

coffee.install
View source
<?php

/**
 * @file
 * Provides installation details for Coffee.
 */

/**
 * Implements hook_enable().
 */
function coffee_enable() {
  drupal_set_message(t('The Coffee module was succesfully enabled, press alt+d to start Coffee.'), 'status');
}

Functions

Namesort descending Description
coffee_enable Implements hook_enable().