hook_form_alter
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_form_alter()
| Name | Location | Description |
|---|---|---|
| hook_form_alter | developer/hooks/core.php | Perform alterations before a form is rendered. |
Functions called by hook_form_alter()
| Name | Location | Description |
|---|---|---|
| hook_form_alter | developer/hooks/core.php | Perform alterations before a form is rendered. |
| t | includes/common.inc | Translate strings to the current locale. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
