Admin page callbacks for the Taxonomy module.

File

core/modules/taxonomy/taxonomy.admin.inc

Functions

Namesort ascending Description
_vocabulary_get_operations Given a vocabulary, return a list of operations that can be performed on it.
term_overview_form_language_filter_submit Submit handler for term_overview_form().
taxonomy_vocabulary_form_permissions Builds a matrix of node permissions for this node type.
taxonomy_vocabulary_confirm_reset_alphabetical_submit Submit handler to reset a vocabulary to alphabetical order after confirmation.
taxonomy_vocabulary_confirm_reset_alphabetical Form builder to confirm resetting a vocabulary to alphabetical order.
taxonomy_vocabulary_confirm_delete_submit Submit handler to delete a vocabulary after confirmation.
taxonomy_vocabulary_confirm_delete Form builder for the vocabulary delete confirmation form.
taxonomy_term_confirm_delete_submit Submit handler to delete a term after confirmation.
taxonomy_term_confirm_delete Form builder for the term delete form.
taxonomy_overview_vocabularies Page callback at admin/structure/taxonomy to list all available vocabularies.
taxonomy_overview_terms_submit Submit handler for terms overview form.
taxonomy_overview_terms Form builder for the taxonomy terms overview.
taxonomy_form_vocabulary_validate Form validation handler for taxonomy_form_vocabulary().
taxonomy_form_vocabulary_submit Form submission handler for taxonomy_form_vocabulary().
taxonomy_form_vocabulary Form builder for the vocabulary editing form.
taxonomy_form_term_validate Validation handler for the term form.
taxonomy_form_term_submit_build_taxonomy_term Updates the form state's term entity by processing this submission's values.
taxonomy_form_term_submit Submit handler to insert or update a term.
taxonomy_form_term_delete_submit Form submission handler for the 'Delete' button for taxonomy_form_term().
taxonomy_form_term Form function for the term edit form.