| 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. |
| node_get_name | modules/node.module | Determine the human readable name for a given type. |
| node_invoke | modules/node.module | Invoke a node hook. |
| node_invoke_nodeapi | modules/node.module | Invoke a hook_nodeapi() operation in all modules. |
| node_last_changed | modules/node.module | |
| node_validate | modules/node.module | Perform validation checks on the given node. |
| t | includes/common.inc | Translate strings to the current locale. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| user_access | modules/user.module | Determine whether the user has a given privilege. |
| user_load | modules/user.module | Fetch a user object. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |