Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
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().
taxonomy_autocomplete_validate drupal/modules/taxonomy/taxonomy.module Form element validate handler for taxonomy term autocomplete element. 1
taxonomy_field_widget_error drupal/modules/taxonomy/taxonomy.module Implements hook_field_widget_error().
taxonomy_field_settings_form drupal/modules/taxonomy/taxonomy.module Implements hook_field_settings_form().
taxonomy_rdf_mapping drupal/modules/taxonomy/taxonomy.module Implements hook_rdf_mapping().
taxonomy_field_presave drupal/modules/taxonomy/taxonomy.module Implements hook_field_presave().
taxonomy_node_insert drupal/modules/taxonomy/taxonomy.module Implements hook_node_insert().
taxonomy_build_node_index drupal/modules/taxonomy/taxonomy.module Builds and inserts taxonomy index entries for a given node. 2
taxonomy_node_update drupal/modules/taxonomy/taxonomy.module Implements hook_node_update().
taxonomy_node_delete drupal/modules/taxonomy/taxonomy.module Implements hook_node_delete().
taxonomy_delete_node_index drupal/modules/taxonomy/taxonomy.module Deletes taxonomy index entries for a given node. 2
taxonomy_taxonomy_term_delete drupal/modules/taxonomy/taxonomy.module Implements hook_taxonomy_term_delete().
taxonomy_entity_query_alter drupal/modules/taxonomy/taxonomy.module Implements hook_entity_query_alter().
taxonomy_update_7011 drupal/modules/taxonomy/taxonomy.install Drop unpublished nodes from the index.
taxonomy_uninstall drupal/modules/taxonomy/taxonomy.install Implements hook_uninstall().
taxonomy_schema drupal/modules/taxonomy/taxonomy.install Implements hook_schema().
taxonomy_field_schema drupal/modules/taxonomy/taxonomy.install Implements hook_field_schema().
taxonomy_update_dependencies drupal/modules/taxonomy/taxonomy.install Implements hook_update_dependencies().
_update_7002_taxonomy_get_vocabularies drupal/modules/taxonomy/taxonomy.install Utility function: get the list of vocabularies directly from the database. 1
taxonomy_update_7001 drupal/modules/taxonomy/taxonomy.install Rename taxonomy tables.
taxonomy_update_7002 drupal/modules/taxonomy/taxonomy.install Add {vocabulary}.machine_name column.
taxonomy_update_7003 drupal/modules/taxonomy/taxonomy.install Remove the related terms setting from vocabularies.
taxonomy_update_7004 drupal/modules/taxonomy/taxonomy.install Move taxonomy vocabulary associations for nodes to fields and field instances.
taxonomy_update_7005 drupal/modules/taxonomy/taxonomy.install Migrate {taxonomy_term_node} table to field storage.

Pages

Other projects