Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
taxonomy_permission drupal/modules/taxonomy/taxonomy.module Implements hook_permission().
taxonomy_entity_info drupal/modules/taxonomy/taxonomy.module Implements hook_entity_info().
taxonomy_term_uri drupal/modules/taxonomy/taxonomy.module Implements callback_entity_info_uri(). 1
taxonomy_field_extra_fields drupal/modules/taxonomy/taxonomy.module Implements hook_field_extra_fields().
taxonomy_select_nodes drupal/modules/taxonomy/taxonomy.module Return nodes attached to a term across all field instances. 2
taxonomy_theme drupal/modules/taxonomy/taxonomy.module Implements hook_theme().
taxonomy_menu drupal/modules/taxonomy/taxonomy.module Implements hook_menu().
taxonomy_admin_paths drupal/modules/taxonomy/taxonomy.module Implements hook_admin_paths().
taxonomy_term_edit_access drupal/modules/taxonomy/taxonomy.module Return edit access for a given term. 1
taxonomy_admin_vocabulary_title_callback drupal/modules/taxonomy/taxonomy.module Returns the sanitized name of a vocabulary.
taxonomy_vocabulary_save drupal/modules/taxonomy/taxonomy.module Saves a vocabulary. 18
taxonomy_vocabulary_delete drupal/modules/taxonomy/taxonomy.module Deletes a vocabulary. 8
taxonomy_taxonomy_vocabulary_update drupal/modules/taxonomy/taxonomy.module Implements hook_taxonomy_vocabulary_update().
taxonomy_check_vocabulary_hierarchy drupal/modules/taxonomy/taxonomy.module Checks and updates the hierarchy flag of a vocabulary. 2
taxonomy_term_save drupal/modules/taxonomy/taxonomy.module Saves a term object to the database. 16
taxonomy_term_delete drupal/modules/taxonomy/taxonomy.module Delete a term. 8 1
taxonomy_term_show drupal/modules/taxonomy/taxonomy.module Generates an array which displays a term detail page.
taxonomy_term_view_multiple drupal/modules/taxonomy/taxonomy.module Constructs a drupal_render() style array from an array of loaded terms. 1
taxonomy_term_build_content drupal/modules/taxonomy/taxonomy.module Builds a structured array representing the term's content. 1
taxonomy_term_view drupal/modules/taxonomy/taxonomy.module Generate an array for rendering the given term. 2
template_preprocess_taxonomy_term drupal/modules/taxonomy/taxonomy.module Process variables for taxonomy-term.tpl.php.
taxonomy_term_is_page drupal/modules/taxonomy/taxonomy.module Returns whether the current page is the page of the passed-in term. 1
taxonomy_terms_static_reset drupal/modules/taxonomy/taxonomy.module Clear all static cache variables for terms. 4
taxonomy_vocabulary_static_reset drupal/modules/taxonomy/taxonomy.module Clear all static cache variables for vocabularies. 2
taxonomy_get_vocabularies drupal/modules/taxonomy/taxonomy.module Return an array of all vocabulary objects. 11
taxonomy_vocabulary_get_names drupal/modules/taxonomy/taxonomy.module Get names for all taxonomy vocabularies. 6 1
taxonomy_get_parents drupal/modules/taxonomy/taxonomy.module Finds all parents of a given term ID. 9 1
taxonomy_get_parents_all drupal/modules/taxonomy/taxonomy.module Find all ancestors of a given term ID. 3 1
taxonomy_get_children drupal/modules/taxonomy/taxonomy.module Finds all children of a term ID. 3 1
taxonomy_get_tree drupal/modules/taxonomy/taxonomy.module Create a hierarchical representation of a vocabulary. 14 2
taxonomy_get_term_by_name drupal/modules/taxonomy/taxonomy.module Try to map a string to an existing term, as for glossary use. 5
taxonomy_term_load_multiple drupal/modules/taxonomy/taxonomy.module Load multiple taxonomy terms based on certain conditions. 12
taxonomy_vocabulary_load_multiple drupal/modules/taxonomy/taxonomy.module Load multiple taxonomy vocabularies based on certain conditions. 4
taxonomy_vocabulary_load drupal/modules/taxonomy/taxonomy.module Return the vocabulary object matching a vocabulary ID. 20 1
taxonomy_vocabulary_machine_name_load drupal/modules/taxonomy/taxonomy.module Return the vocabulary object matching a vocabulary machine name. 3 1
taxonomy_term_load drupal/modules/taxonomy/taxonomy.module Return the term object matching a term ID. 12
_taxonomy_get_tid_from_term drupal/modules/taxonomy/taxonomy.module Helper function for array_map purposes.
taxonomy_implode_tags drupal/modules/taxonomy/taxonomy.module Implodes a list of tags of a certain vocabulary into a string. 1
taxonomy_field_info drupal/modules/taxonomy/taxonomy.module Implements hook_field_info().
taxonomy_field_widget_info drupal/modules/taxonomy/taxonomy.module Implements hook_field_widget_info().
taxonomy_field_widget_info_alter drupal/modules/taxonomy/taxonomy.module Implements hook_field_widget_info_alter().
taxonomy_options_list drupal/modules/taxonomy/taxonomy.module Implements hook_options_list().
taxonomy_field_validate drupal/modules/taxonomy/taxonomy.module Implements hook_field_validate().
taxonomy_field_is_empty drupal/modules/taxonomy/taxonomy.module Implements hook_field_is_empty().
taxonomy_field_formatter_info drupal/modules/taxonomy/taxonomy.module Implements hook_field_formatter_info().
taxonomy_field_formatter_view drupal/modules/taxonomy/taxonomy.module Implements hook_field_formatter_view().
taxonomy_allowed_values drupal/modules/taxonomy/taxonomy.module Returns the set of valid terms for a taxonomy field. 1
taxonomy_field_formatter_prepare_view drupal/modules/taxonomy/taxonomy.module Implements hook_field_formatter_prepare_view().
taxonomy_term_title drupal/modules/taxonomy/taxonomy.module Title callback for term pages. 1
taxonomy_field_widget_form drupal/modules/taxonomy/taxonomy.module Implements hook_field_widget_form().

Pages

Other projects