openlucius-2.0.0-alpha3/modules/core/ol_main/ol_main.api.php
modules/core/ol_main/ol_main.api.php
<?php
/**
* Define hook for other modules to add sections in groups.
* @param array $sections
*/
function hook_add_ol_section(array &$sections) {
}
/**
* Define hook for other modules to add global menu items.
* @param array $sections
*/
function hook_add_global_menu_item(array &$sections) {
}
