taxonomy.admin.inc

Version 1.96 (checked in on 2010/03/18 at 06:36:39 by dries)

Administrative page callbacks for the taxonomy module.

Functions

NameDescription
taxonomy_form_termForm function for the term edit form.
taxonomy_form_term_submitSubmit handler to insert or update a term.
taxonomy_form_term_submit_builderBuild a term by processing form values and prepare for a form rebuild.
taxonomy_form_term_validateValidation handler for the term form.
taxonomy_form_vocabularyDisplay form for adding and editing vocabularies.
taxonomy_form_vocabulary_submitAccept the form submission for a vocabulary and save the results.
taxonomy_form_vocabulary_validateValidation handler for the vocabulary form.
taxonomy_overview_termsForm builder for the taxonomy terms overview.
taxonomy_overview_terms_submitSubmit handler for terms overview form.
taxonomy_overview_vocabulariesForm builder to list and manage vocabularies.
taxonomy_overview_vocabularies_submitSubmit handler for vocabularies overview. Updates changed vocabulary weights.
taxonomy_term_confirm_deleteForm builder for the term delete form.
taxonomy_term_confirm_delete_submitSubmit handler to delete a term after confirmation.
taxonomy_term_confirm_parentsForm builder for the confirmation of multiple term parents.
taxonomy_vocabulary_confirm_deleteForm builder for the vocabulary delete confirmation form.
taxonomy_vocabulary_confirm_delete_submitSubmit handler to delete a vocabulary after confirmation.
taxonomy_vocabulary_confirm_reset_alphabeticalForm builder to confirm resetting a vocabulary to alphabetical order.
taxonomy_vocabulary_confirm_reset_alphabetical_submitSubmit handler to reset a vocabulary to alphabetical order after confirmation.
theme_taxonomy_overview_termsTheme the terms overview as a sortable list of terms.
theme_taxonomy_overview_vocabulariesTheme the vocabulary overview as a sortable list of vocabularies.