Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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().
taxonomy_update_7008 function modules/taxonomy/taxonomy.install Change the weight columns to normal int.
taxonomy_update_7009 function modules/taxonomy/taxonomy.install Change {taxonomy_term_data}.format into varchar.
taxonomy_update_7010 function modules/taxonomy/taxonomy.install Change {taxonomy_index}.created to support signed int.
taxonomy_update_7011 function modules/taxonomy/taxonomy.install Drop unpublished nodes from the index.
taxonomy_update_dependencies function modules/taxonomy/taxonomy.install Implements hook_update_dependencies().
taxonomy_vocabulary_confirm_delete function modules/taxonomy/taxonomy.admin.inc Form builder for the vocabulary delete confirmation form.
taxonomy_vocabulary_confirm_delete_submit function modules/taxonomy/taxonomy.admin.inc Submit handler to delete a vocabulary after confirmation.
taxonomy_vocabulary_confirm_reset_alphabetical function modules/taxonomy/taxonomy.admin.inc Form builder to confirm resetting a vocabulary to alphabetical order.
taxonomy_vocabulary_confirm_reset_alphabetical_submit function modules/taxonomy/taxonomy.admin.inc Submit handler to reset a vocabulary to alphabetical order after confirmation.
taxonomy_vocabulary_delete function modules/taxonomy/taxonomy.module Deletes a vocabulary.
taxonomy_vocabulary_get_names function modules/taxonomy/taxonomy.module Get names for all taxonomy vocabularies.
taxonomy_vocabulary_load function modules/taxonomy/taxonomy.module Return the vocabulary object matching a vocabulary ID.
taxonomy_vocabulary_load_multiple function modules/taxonomy/taxonomy.module Load multiple taxonomy vocabularies based on certain conditions.
taxonomy_vocabulary_machine_name_load function modules/taxonomy/taxonomy.module Return the vocabulary object matching a vocabulary machine name.
taxonomy_vocabulary_save function modules/taxonomy/taxonomy.module Saves a vocabulary.

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