menu_attributes.install in Menu Attributes 8
Same filename and directory in other branches
Install, update and uninstall functions for the menu_attributes module.
File
menu_attributes.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the menu_attributes module.
*/
/**
* Implements hook_install().
*/
function menu_attributes_install() {
}
/**
* Implements hook_uninstall().
*/
function menu_attributes_uninstall() {
}
Functions
Name | Description |
---|---|
menu_attributes_install | Implements hook_install(). |
menu_attributes_uninstall | Implements hook_uninstall(). |