taxonomy.admin.inc
Version 1.83 (checked in on 2009/11/08 at 11:19:02 by webchick)
Administrative page callbacks for the taxonomy module.
Functions
| Name | Description |
|---|---|
| taxonomy_form_term | Form function for the term edit form. |
| taxonomy_form_term_submit | Submit handler to insert or update a term. |
| taxonomy_form_term_submit_builder | Build a term by processing form values and prepare for a form rebuild. |
| taxonomy_form_term_validate | Validation handler for the term form. |
| taxonomy_form_vocabulary | Display form for adding and editing vocabularies. |
| taxonomy_form_vocabulary_submit | Accept the form submission for a vocabulary and save the results. |
| taxonomy_form_vocabulary_validate | Validation handler for the vocabulary form. |
| taxonomy_overview_terms | Form builder for the taxonomy terms overview. |
| taxonomy_overview_terms_submit | Submit handler for terms overview form. |
| taxonomy_overview_vocabularies | Form builder to list and manage vocabularies. |
| taxonomy_overview_vocabularies_submit | Submit handler for vocabularies overview. Updates changed vocabulary weights. |
| taxonomy_term_confirm_delete | Form builder for the term delete form. |
| taxonomy_term_confirm_delete_submit | Submit handler to delete a term after confirmation. |
| taxonomy_term_confirm_parents | Form builder for the confirmation of multiple term parents. |
| taxonomy_vocabulary_confirm_delete | Form builder for the vocabulary delete confirmation form. |
| taxonomy_vocabulary_confirm_delete_submit | Submit handler to delete a vocabulary after confirmation. |
| taxonomy_vocabulary_confirm_reset_alphabetical | Form builder to confirm resetting a vocabulary to alphabetical order. |
| taxonomy_vocabulary_confirm_reset_alphabetical_submit | Submit handler to reset a vocabulary to alphabetical order after confirmation. |
| theme_taxonomy_overview_terms | Theme the terms overview as a sortable list of terms. |
| theme_taxonomy_overview_vocabularies | Theme the vocabulary overview as a sortable list of vocabularies. |
