18 Jan
2011
18 Jan
'11
3:46 p.m.
On Tue, Jan 18, 2011 at 8:28 AM, Steve Ringwood <nevets@tds.net> wrote:
While it makes sense to prefer the for hook_form_FORM_ID_alter(), it is called before the more general hook_form_alter() so if you want to run after all other alterations you need to use hook_form_alter() .
Not according to http://api.drupal.org/api/drupal/modules--system--system.api.php/function/ho.... Exactly the opposite actually. Justin