You are here

function _regions_top_nav_get_map in Regions 7

2 calls to _regions_top_nav_get_map()
regions_top_nav_init in modules/regions_top_nav/regions_top_nav.module
Implementation of hook_init().
_regions_top_nav_status_messages in modules/regions_top_nav/regions_top_nav.module
Helper function to retrieves system messages.

File

modules/regions_top_nav/regions_top_nav.module, line 176
Add a top nav bar for dropping blocks into.

Code

function _regions_top_nav_get_map() {
  $map = module_invoke_all('map_notification');
  return $map;
}