Created
June 7, 2015 21:05
-
-
Save steinmb/5a222bd01625cf9e603a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function dhs_migrate_menu_alter(&$items) { | |
dpm($items); | |
} | |
function dhs_migrate_page_alter(&$page) { | |
menu_router_build(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment