Skip to content

Instantly share code, notes, and snippets.

@steinmb
Created June 7, 2015 21:05
Show Gist options
  • Save steinmb/5a222bd01625cf9e603a to your computer and use it in GitHub Desktop.
Save steinmb/5a222bd01625cf9e603a to your computer and use it in GitHub Desktop.
<?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