taxonomy.admin.inc

Administrative page callbacks for the taxonomy module.

File

drupal/core/modules/taxonomy/taxonomy.admin.inc
View source

Functions

Namesort descending Description
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_add Returns a rendered edit form to create a new term associated to the given vocabulary.
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_vocabulary_add Page callback: provides the vocabulary creation form.
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 Returns HTML for a terms overview form as a sortable list of terms.
theme_taxonomy_overview_vocabularies Returns HTML for the vocabulary overview form as a sortable list of vocabularies.