hook_form_alter() is the hook implemented by Drupal modules to alter the forms implemented by other modules.
hook_form_alter() is the hook implemented by modules to alter the forms implemented by other modules. It allows us to easily alter a form by adding classes for theming, adding extra submission handlers, etc.