hook_settings
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_settings()
| Name | Location | Description |
|---|---|---|
| hook_settings | developer/hooks/core.php | Declare administrative settings for a module. |
Functions called by hook_settings()
| Name | Location | Description |
|---|---|---|
| form_checkbox | includes/common.inc | Format a checkbox. |
| form_textfield | includes/common.inc | Format a single-line text field. |
| hook_settings | developer/hooks/core.php | Declare administrative settings for a module. |
| t | includes/common.inc | Translate strings to the current locale. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
