CRM-17570 - CRM_Core_Menu - Fire `alterMenu` hook
authorTim Otten <totten@civicrm.org>
Sat, 27 Feb 2016 00:59:05 +0000 (16:59 -0800)
committerTim Otten <totten@civicrm.org>
Fri, 1 Apr 2016 16:12:48 +0000 (09:12 -0700)
commit7dc34fb8aca9bb88ae70475a9c6a5d29ddf0a5bb
treee0f90fbd3e4722d5d735b1ff7a37210908d31302
parent113ea303630424c8ef1f9c7be873810e28ee5201
CRM-17570 - CRM_Core_Menu - Fire `alterMenu` hook

The `xmlMenu` hook requires a literal XML file.  The `alterMenu` exposes the
live data structure, so that you can more easily mix in data from other
sources.
CRM/Core/Menu.php
CRM/Utils/Hook.php