Make Sure Your Hooks Get Processed Last in Drupal
April 16, 2013
Hooks in Drupal are awesome, but when another module calls the same hook it can cause conflicts (hook_form_alter is a common example). If you want to make sure your module's hooks get called last, you need to use hook_module_implements_alter().