Search for taxonomy

  1. Search 9.5.x for taxonomy
  2. Search 8.9.x for taxonomy
  3. Search 10.3.x for taxonomy
  4. Search 11.x for taxonomy
  5. Other projects
Title Object type File name Summary
taxonomy_schema function modules/taxonomy/taxonomy.install Implements hook_schema().
taxonomy_select_nodes function modules/taxonomy/taxonomy.module Return nodes attached to a term across all field instances.
taxonomy_taxonomy_term_delete function modules/taxonomy/taxonomy.module Implements hook_taxonomy_term_delete().
taxonomy_taxonomy_vocabulary_update function modules/taxonomy/taxonomy.module Implements hook_taxonomy_vocabulary_update().
taxonomy_terms_static_reset function modules/taxonomy/taxonomy.module Clear all static cache variables for terms.
taxonomy_term_build_content function modules/taxonomy/taxonomy.module Builds a structured array representing the term's content.
taxonomy_term_confirm_delete function modules/taxonomy/taxonomy.admin.inc Form builder for the term delete form.
taxonomy_term_confirm_delete_submit function modules/taxonomy/taxonomy.admin.inc Submit handler to delete a term after confirmation.
taxonomy_term_delete function modules/taxonomy/taxonomy.module Delete a term.
taxonomy_term_edit_access function modules/taxonomy/taxonomy.module Return edit access for a given term.
taxonomy_term_feed function modules/taxonomy/taxonomy.pages.inc Generate the content feed for a taxonomy term.
taxonomy_term_is_page function modules/taxonomy/taxonomy.module Returns whether the current page is the page of the passed-in term.
taxonomy_term_load function modules/taxonomy/taxonomy.module Return the term object matching a term ID.
taxonomy_term_load_multiple function modules/taxonomy/taxonomy.module Load multiple taxonomy terms based on certain conditions.
taxonomy_term_page function modules/taxonomy/taxonomy.pages.inc Menu callback; displays all nodes associated with a term.
taxonomy_term_save function modules/taxonomy/taxonomy.module Saves a term object to the database.
taxonomy_term_show function modules/taxonomy/taxonomy.module Generates an array which displays a term detail page.
taxonomy_term_title function modules/taxonomy/taxonomy.module Title callback: Returns the title of the taxonomy term.
taxonomy_term_uri function modules/taxonomy/taxonomy.module Implements callback_entity_info_uri().
taxonomy_term_view function modules/taxonomy/taxonomy.module Generate an array for rendering the given term.
taxonomy_term_view_multiple function modules/taxonomy/taxonomy.module Constructs a drupal_render() style array from an array of loaded terms.
taxonomy_test.info file modules/simpletest/tests/taxonomy_test.info name = "Taxonomy test module"
description = "Tests functions and hooks not used in core".
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
dependencies[] = taxonomy
taxonomy_test.install file modules/simpletest/tests/taxonomy_test.install Install, update and uninstall functions for the taxonomy_test module.
taxonomy_test.module file modules/simpletest/tests/taxonomy_test.module Test module for Taxonomy hooks and functions not used in core.
taxonomy_test_block_info function modules/simpletest/tests/taxonomy_test.module Implements hook_block_info().
taxonomy_test_block_view function modules/simpletest/tests/taxonomy_test.module Implements hook_block_view().
taxonomy_test_entity_view function modules/simpletest/tests/taxonomy_test.module Implements hook_entity_view().
taxonomy_test_form_alter function modules/simpletest/tests/taxonomy_test.module Implements hook_form_alter().
taxonomy_test_get_antonym function modules/simpletest/tests/taxonomy_test.module Return the antonym of the given term ID.
taxonomy_test_query_alter function modules/simpletest/tests/taxonomy_test.module Implements hook_query_alter().
taxonomy_test_query_taxonomy_term_access_alter function modules/simpletest/tests/taxonomy_test.module Implements hook_query_TAG_alter().
taxonomy_test_query_term_access_alter function modules/simpletest/tests/taxonomy_test.module Implements hook_query_TAG_alter().
taxonomy_test_schema function modules/simpletest/tests/taxonomy_test.install Implements hook_schema().
taxonomy_test_simple_form function modules/simpletest/tests/taxonomy_test.module Form builder for testing submission on taxonomy terms overview page.
taxonomy_test_taxonomy_term_delete function modules/simpletest/tests/taxonomy_test.module Implements hook_taxonomy_term_delete().
taxonomy_test_taxonomy_term_insert function modules/simpletest/tests/taxonomy_test.module Implements hook_taxonomy_term_insert().
taxonomy_test_taxonomy_term_load function modules/simpletest/tests/taxonomy_test.module Implements hook_taxonomy_term_load().
taxonomy_test_taxonomy_term_update function modules/simpletest/tests/taxonomy_test.module Implements hook_taxonomy_term_update().
taxonomy_test_taxonomy_term_view function modules/simpletest/tests/taxonomy_test.module Implements hook_taxonomy_term_view().
taxonomy_theme function modules/taxonomy/taxonomy.module Implements hook_theme().
taxonomy_tokens function modules/taxonomy/taxonomy.tokens.inc Implements hook_tokens().
taxonomy_token_info function modules/taxonomy/taxonomy.tokens.inc Implements hook_token_info().
taxonomy_uninstall function modules/taxonomy/taxonomy.install Implements hook_uninstall().
taxonomy_update_7001 function modules/taxonomy/taxonomy.install Rename taxonomy tables.
taxonomy_update_7002 function modules/taxonomy/taxonomy.install Add {vocabulary}.machine_name column.
taxonomy_update_7003 function modules/taxonomy/taxonomy.install Remove the related terms setting from vocabularies.
taxonomy_update_7004 function modules/taxonomy/taxonomy.install Move taxonomy vocabulary associations for nodes to fields and field instances.
taxonomy_update_7005 function modules/taxonomy/taxonomy.install Migrate {taxonomy_term_node} table to field storage.
taxonomy_update_7006 function modules/taxonomy/taxonomy.install Add {taxonomy_term_data}.format column.
taxonomy_update_7007 function modules/taxonomy/taxonomy.install Add index on {taxonomy_term_data}.name column to speed up taxonomy_get_term_by_name().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.