| drupal_get_form | includes/form.inc | Retrieves a form from a constructor function, or from the cache if
the form was built in a previous page-load. The form is then passesed
on for processing, after and rendered for display if necessary. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| taxonomy_admin_term_edit | modules/taxonomy/taxonomy.admin.inc | Page to edit a vocabulary term. |
| taxonomy_get_term | modules/taxonomy/taxonomy.module | Return the term object matching a term ID. |
| taxonomy_vocabulary_load | modules/taxonomy/taxonomy.module | Return the vocabulary object matching a vocabulary ID. |