You are here

function menu_token_install in Menu Token 6

Same name and namespace in other branches
  1. 5 menu_token.install \menu_token_install()
  2. 7 menu_token.install \menu_token_install()

Implementation of hook_install()

File

./menu_token.install, line 37
Install file for menu_token module.

Code

function menu_token_install() {
  drupal_install_schema('menu_token');
}