hook_form
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_form()
| Name | Location | Description |
|---|---|---|
| hook_form | developer/hooks/node.php | Display a node editing form. |
Functions called by hook_form()
| Name | Location | Description |
|---|---|---|
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| hook_form | developer/hooks/node.php | Display a node editing form. |
| node_get_types | modules/node/node.module | Builds a list of available node types, and returns all of part of this list in the specified format. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
