hook_form_alter()
Drupal hook_form_alter() On Node Form
Mon, 07/19/2010 - 14:27 | by philipnorton42I just spend the last few minutes looking for the solution to this so I thought that someone else might be able to benefit from it.
Calling the hook_form_alter() hook in your module using just the module name allows you to target all forms in your system, if that's the sort of thing you want to do. For a module called "My Module" this would be called mymodule_form_alter().