You are here

function recipe_install in Recipe 6

Same name and namespace in other branches
  1. 5 recipe.install \recipe_install()
  2. 7.2 recipe.install \recipe_install()

Implementation of hook_install().

File

./recipe.install, line 190
Install, update and uninstall functions for the recipe module.

Code

function recipe_install() {
  drupal_install_schema('recipe');
  recipe_populate_units();
}