Early Form Alter

Provides a new Drupal hook: hook_early_form_alter.

This hook is identical to Drupal's hook_form_alter in every way except that it should always be called before any other module's hook_form_alter is called. Also provides hook_early_form_(form_id)_alter. This is accomplished using weighting in the system table.

This will give developers a chance to alter form data before any other module has made it's own alterations.

See http://api.drupal.org/api/function/hook_form_alter/6 for documentation for Drupal's hook_form_alter.

See also:
Late Form Alter
http://drupal.org/project/late_form_alter

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: Developer Tools
  • Created by justindodge on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    There are currently no supported stable releases.

Releases