#331832 by jhodgdon: Add pointer from hook_form_alter() docs to hook_form_FORM_ID_alter().

merge-requests/26/head
Angie Byron 2009-03-08 03:46:31 +00:00
parent 6b07c32e80
commit ad84a92662
1 changed files with 3 additions and 0 deletions

View File

@ -242,6 +242,9 @@ function hook_page_alter($page) {
* One popular use of this hook is to add form elements to the node form. When
* altering a node form, the node object retrieved at from $form['#node'].
*
* Note that you can also use hook_FORM_ID_alter() to alter a specific form,
* instead of this hook, which gets called for all forms.
*
* @param $form
* Nested array of form elements that comprise the form.
* @param $form_state