taxonomy.admin.inc

Version 1.116 (checked in on 2010/11/20 at 06:49:47 by webchick)

Administrative page callbacks for the taxonomy module.

Functions & methods

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_build_taxonomy_termUpdates the form state's term entity by processing this submission's values.
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_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_termsReturns HTML for a terms overview form as a sortable list of terms.
theme_taxonomy_overview_vocabulariesReturns HTML for the vocabulary overview form as a sortable list of vocabularies.