Posted by justindodge on June 24, 2009 at 8:19pm
Provides a new Drupal hook: hook_late_form_alter.
This hook is identical to Drupal's hook_form_alter in every way except that it should always be called after every other module's hook_form_alter is called. Also provides hook_late_form_(form_id)_alter. This is accomplished using weighting in the system table.
This will give developers a chance to alter form data after every other module has performed their own alterations.
See http://api.drupal.org/api/function/hook_form_alter/6 for documentation for Drupal's hook_form_alter.
See also:
Early Form Alter
http://drupal.org/project/early_form_alter
Project Information
- Maintenance status: Minimally maintained
- Development status: Maintenance fixes only
- Module categories: Developer
- Reported installs: 84 sites currently report using this module. View usage statistics.
- Last modified: October 21, 2011