og_ui.install in Organic groups 7
Same filename and directory in other branches
Install, update, and uninstall functions for the Organic groups UI module.
File
og_ui/og_ui.installView source
<?php
/**
* @file
* Install, update, and uninstall functions for the Organic groups UI module.
*/
/**
* Implements hook_uninstall().
*/
function og_ui_uninstall() {
variable_del('og_ui_global_roles');
}
/**
* Removed -- Upgrade from Organic groups 6 to 7, moved to og-migrate.
*/
function og_ui_update_7000(&$sandbox) {
}
Functions
Name![]() |
Description |
---|---|
og_ui_uninstall | Implements hook_uninstall(). |
og_ui_update_7000 | Removed -- Upgrade from Organic groups 6 to 7, moved to og-migrate. |