Thursday, September 26, 2013

If two modules both defined the same menu path in 'hook_menu', which one Drupal will choose?

If there are two modules that define the same menu callback for the same value of $path, the last module present in the array returned by module_implements() will override the value defined from a previous module.