| forum_taxonomy_term_delete | modules/forum/forum.module | Implements hook_taxonomy(). |
| hook_taxonomy_term_delete | modules/taxonomy/taxonomy.api.php | Respond to the deletion of taxonomy terms. |
| hook_taxonomy_term_insert | modules/taxonomy/taxonomy.api.php | Act on taxonomy terms when inserted. |
| hook_taxonomy_term_load | modules/taxonomy/taxonomy.api.php | Act on taxonomy terms when loaded. |
| hook_taxonomy_term_update | modules/taxonomy/taxonomy.api.php | Act on taxonomy terms when updated. |
| hook_taxonomy_vocabulary_delete | modules/taxonomy/taxonomy.api.php | Respond to the deletion of taxonomy vocabularies. |
| hook_taxonomy_vocabulary_insert | modules/taxonomy/taxonomy.api.php | Act on taxonomy vocabularies when inserted. |
| hook_taxonomy_vocabulary_load | modules/taxonomy/taxonomy.api.php | Act on taxonomy vocabularies when loaded. |
| hook_taxonomy_vocabulary_update | modules/taxonomy/taxonomy.api.php | Act on taxonomy vocabularies when updated. |
| indexing Taxonomy functions maintaining {taxonomy_index}. | modules/taxonomy/taxonomy.module | Taxonomy uses default field storage to store canonical relationships
between terms and fieldable entities. However its most common use case
requires listing all content associated with a term or group of terms
sorted by creation date. To avoid slow... |
| path_form_taxonomy_form_term_alter | modules/path/path.module | Implements hook_form_FORM_ID_alter(). |
| path_taxonomy_term_delete | modules/path/path.module | Implements hook_taxonomy_term_delete(). |
| path_taxonomy_term_insert | modules/path/path.module | Implements hook_taxonomy_term_insert(). |
| path_taxonomy_term_update | modules/path/path.module | Implements hook_taxonomy_term_update(). |
| taxonomy.admin.inc | modules/taxonomy/taxonomy.admin.inc | Administrative page callbacks for the taxonomy module. |
| taxonomy.api.php | modules/taxonomy/taxonomy.api.php | Hooks provided by the Taxonomy module. |
| taxonomy.install | modules/taxonomy/taxonomy.install | Install, update and uninstall functions for the taxonomy module. |
| taxonomy.module | modules/taxonomy/taxonomy.module | Enables the organization of content into categories. |
| taxonomy.pages.inc | modules/taxonomy/taxonomy.pages.inc | Page callbacks for the taxonomy module. |
| taxonomy.tokens.inc | modules/taxonomy/taxonomy.tokens.inc | Builds placeholder replacement tokens for taxonomy terms and vocabularies. |
| taxonomy_admin_vocabulary_title_callback | modules/taxonomy/taxonomy.module | Return the vocabulary name given the vocabulary object. |
| taxonomy_allowed_values | modules/taxonomy/taxonomy.module | Returns the set of valid terms for a taxonomy field. |
| taxonomy_autocomplete | modules/taxonomy/taxonomy.pages.inc | Helper function for autocompletion |
| taxonomy_autocomplete_validate | modules/taxonomy/taxonomy.module | Form element validate handler for taxonomy term autocomplete element. |
| taxonomy_check_vocabulary_hierarchy | modules/taxonomy/taxonomy.module | Dynamically check and update the hierarchy flag of a vocabulary. |
| taxonomy_entity_info | modules/taxonomy/taxonomy.module | Implements hook_entity_info(). |
| taxonomy_field_build_modes | modules/taxonomy/taxonomy.module | Implements hook_field_build_modes(). |
| taxonomy_field_formatter | modules/taxonomy/taxonomy.module | Implements hook_field_formatter(). |
| taxonomy_field_formatter_info | modules/taxonomy/taxonomy.module | Implements hook_field_formatter_info(). |
| taxonomy_field_formatter_prepare_view | modules/taxonomy/taxonomy.module | Implements hook_field_formatter_prepare_view(). |
| taxonomy_field_info | modules/taxonomy/taxonomy.module | Implements hook_field_info(). |
| taxonomy_field_insert | modules/taxonomy/taxonomy.module | Implements hook_field_insert(). |
| taxonomy_field_is_empty | modules/taxonomy/taxonomy.module | Implements hook_field_is_empty(). |
| taxonomy_field_schema | modules/taxonomy/taxonomy.module | Implements hook_field_schema(). |
| taxonomy_field_settings_form | modules/taxonomy/taxonomy.module | Implements hook_field_settings_form(). |
| taxonomy_field_update | modules/taxonomy/taxonomy.module | Implements hook_field_update(). |
| taxonomy_field_validate | modules/taxonomy/taxonomy.module | Implements hook_field_validate(). |
| taxonomy_field_widget | modules/taxonomy/taxonomy.module | Implements hook_field_widget(). |
| taxonomy_field_widget_error | modules/taxonomy/taxonomy.module | Implements hook_field_widget_error(). |
| taxonomy_field_widget_info | modules/taxonomy/taxonomy.module | Implements hook_field_widget_info(). |
| taxonomy_field_widget_info_alter | modules/taxonomy/taxonomy.module | Implements hook_field_widget_info_alter(). |
| taxonomy_form_all | modules/taxonomy/taxonomy.module | Generate a set of options for selecting a term from all vocabularies. |
| taxonomy_form_term | modules/taxonomy/taxonomy.admin.inc | Form function for the term edit form. |
| taxonomy_form_term_submit | modules/taxonomy/taxonomy.admin.inc | Submit handler to insert or update a term. |
| taxonomy_form_term_submit_builder | modules/taxonomy/taxonomy.admin.inc | Build a term by processing form values and prepare for a form rebuild. |
| taxonomy_form_term_validate | modules/taxonomy/taxonomy.admin.inc | Validation handler for the term form. |
| taxonomy_form_vocabulary | modules/taxonomy/taxonomy.admin.inc | Display form for adding and editing vocabularies. |
| taxonomy_form_vocabulary_submit | modules/taxonomy/taxonomy.admin.inc | Accept the form submission for a vocabulary and save the results. |
| taxonomy_form_vocabulary_validate | modules/taxonomy/taxonomy.admin.inc | Validation handler for the vocabulary form. |
| taxonomy_get_children | modules/taxonomy/taxonomy.module | Find all children of a term ID. |