og_menu_single.api.php in OG Menu Single 7
API documentation for OG menu single.
File
og_menu_single.api.phpView source
<?php
/**
* @file
* API documentation for OG menu single.
*/
/**
* Set what parent PLId to use for displaying this menu.
*
* If multiple modules implement this hook, the first result is used.
*
* @param array conf
* A structured array of settings for this menu.
*/
function hook_og_menu_single_menu_parent($conf) {
}
Functions
Name | Description |
---|---|
hook_og_menu_single_menu_parent | Set what parent PLId to use for displaying this menu. |