taxonomy.module

Enables the organization of content into categories.

File

modules/taxonomy/taxonomy.module

Functions

Name Description
taxonomy_admin_paths Implements hook_admin_paths().
taxonomy_admin_vocabulary_title_callback Returns the sanitized name of a vocabulary.
taxonomy_allowed_values Returns the set of valid terms for a taxonomy field.
taxonomy_autocomplete_validate Form element validate handler for taxonomy term autocomplete element.
taxonomy_build_node_index Builds and inserts taxonomy index entries for a given node.
taxonomy_check_vocabulary_hierarchy Checks and updates the hierarchy flag of a vocabulary.
taxonomy_delete_node_index Deletes taxonomy index entries for a given node.
taxonomy_entity_info Implements hook_entity_info().
taxonomy_entity_query_alter Implements hook_entity_query_alter().
taxonomy_field_extra_fields Implements hook_field_extra_fields().
taxonomy_field_formatter_info Implements hook_field_formatter_info().
taxonomy_field_formatter_prepare_view Implements hook_field_formatter_prepare_view().
taxonomy_field_formatter_view Implements hook_field_formatter_view().
taxonomy_field_info Implements hook_field_info().
taxonomy_field_is_empty Implements hook_field_is_empty().
taxonomy_field_presave Implements hook_field_presave().
taxonomy_field_settings_form Implements hook_field_settings_form().
taxonomy_field_validate Implements hook_field_validate().
taxonomy_field_widget_error Implements hook_field_widget_error().
taxonomy_field_widget_form Implements hook_field_widget_form().
taxonomy_field_widget_info Implements hook_field_widget_info().
taxonomy_field_widget_info_alter Implements hook_field_widget_info_alter().
taxonomy_get_children Finds all children of a term ID.
taxonomy_get_parents Finds all parents of a given term ID.
taxonomy_get_parents_all Find all ancestors of a given term ID.
taxonomy_get_term_by_name Try to map a string to an existing term, as for glossary use.
taxonomy_get_tree Create a hierarchical representation of a vocabulary.
taxonomy_get_vocabularies Return an array of all vocabulary objects.
taxonomy_help Implements hook_help().
taxonomy_implode_tags Implodes a list of tags of a certain vocabulary into a string.
taxonomy_menu Implements hook_menu().
taxonomy_node_delete Implements hook_node_delete().
taxonomy_node_insert Implements hook_node_insert().
taxonomy_node_update Implements hook_node_update().
taxonomy_options_list Implements hook_options_list().
taxonomy_permission Implements hook_permission().
taxonomy_rdf_mapping Implements hook_rdf_mapping().
taxonomy_select_nodes Return nodes attached to a term across all field instances.
taxonomy_taxonomy_term_delete Implements hook_taxonomy_term_delete().
taxonomy_taxonomy_vocabulary_update Implements hook_taxonomy_vocabulary_update().
taxonomy_terms_static_reset Clear all static cache variables for terms.
taxonomy_term_build_content Builds a structured array representing the term's content.
taxonomy_term_delete Delete a term.
taxonomy_term_edit_access Return edit access for a given term.
taxonomy_term_is_page Returns whether the current page is the page of the passed-in term.
taxonomy_term_load Return the term object matching a term ID.
taxonomy_term_load_multiple Load multiple taxonomy terms based on certain conditions.
taxonomy_term_save Saves a term object to the database.
taxonomy_term_show Generates an array which displays a term detail page.
taxonomy_term_title Title callback for term pages.
taxonomy_term_uri Implements callback_entity_info_uri().
taxonomy_term_view Generate an array for rendering the given term.
taxonomy_term_view_multiple Constructs a drupal_render() style array from an array of loaded terms.
taxonomy_theme Implements hook_theme().
taxonomy_vocabulary_delete Deletes a vocabulary.
taxonomy_vocabulary_get_names Get names for all taxonomy vocabularies.
taxonomy_vocabulary_load Return the vocabulary object matching a vocabulary ID.
taxonomy_vocabulary_load_multiple Load multiple taxonomy vocabularies based on certain conditions.
taxonomy_vocabulary_machine_name_load Return the vocabulary object matching a vocabulary machine name.
taxonomy_vocabulary_save Saves a vocabulary.
taxonomy_vocabulary_static_reset Clear all static cache variables for vocabularies.
template_preprocess_taxonomy_term Process variables for taxonomy-term.tpl.php.
_taxonomy_get_tid_from_term Helper function for array_map purposes.

Classes

Name Description
TaxonomyTermController Controller class for taxonomy terms.
TaxonomyVocabularyController Controller class for taxonomy vocabularies.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!taxonomy!taxonomy.module/7.x