You are here

function alchemy_install in Alchemy 7

Same name and namespace in other branches
  1. 6 alchemy.install \alchemy_install()

Implements hook_install().

File

./alchemy.install, line 10
Install, update and uninstall functions for the alchemy module.

Code

function alchemy_install() {

  // TODO The drupal_install_schema functions are called automatically in D7.
  // drupal_install_schema('alchemy')
  drupal_set_message(check_plain('Alchemy has been installed.'));
}