taxonomy.admin.inc

Version 1.22.2.3 (checked in on 2009/02/25 at 12:53:24 by goba)

Administrative page callbacks for the taxonomy module.

Functions

NameDescription
taxonomy_add_term_pageMenu callback; return the edit form for a new term after setting the title.
taxonomy_admin_term_editPage to edit a vocabulary term.
taxonomy_admin_vocabulary_editPage to edit a vocabulary.
taxonomy_form_termForm function for the term edit form.
taxonomy_form_term_submitSubmit handler to insert or update a term.
taxonomy_form_term_validateValidation handler for the term edit form. Ensure numeric weight values.
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 reseting 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.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.