You are here

function hook_og_menu_single_menu_parent in OG Menu Single 7

Set what parent PLId to use for displaying this menu.

If multiple modules implement this hook, the first result is used.

Parameters

array conf: A structured array of settings for this menu.

2 invocations of hook_og_menu_single_menu_parent()
og_menu_single_pane_edit_form in plugins/content_types/og_menu_single_menu.inc
Custom edit form to allow users to enable/disable selectable content types
og_menu_single_pane_render in plugins/content_types/og_menu_single_menu.inc
Run-time rendering of the body of the block (content type) See ctools_plugin_examples for more advanced info

File

./og_menu_single.api.php, line 16
API documentation for OG menu single.

Code

function hook_og_menu_single_menu_parent($conf) {
}