| drupal_get_form | includes/form.inc | Processes a form array and produces the HTML output of a form.
If there is input in the $_POST['edit'] variable, this function
will attempt to validate it, using drupal_validate_form(),
and then submit the form using drupal_submit_form(). |
| module_invoke_all | includes/module.inc | Invoke a hook in all enabled modules that implement it. |
| node_get_types | modules/node.module | Return the list of available node types. |
| t | includes/common.inc | Translate strings to the current locale. |
| taxonomy_form_vocabulary | modules/taxonomy.module | Display form for adding and editing vocabularies. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |