hook_validate
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_validate()
| Name | Location | Description |
|---|---|---|
| hook_validate | developer/hooks/node.php | Verify a node editing form. |
Functions called by hook_validate()
| Name | Location | Description |
|---|---|---|
| form_set_error | includes/form.inc | File an error against a form element. If the name of the element is edit[foo][bar] then you may pass either foo or foo][bar as $name foo will set an error for all its children. |
| hook_validate | developer/hooks/node.php | Verify a node editing form. |
| t | includes/common.inc | Translate strings to the current locale. |
