taxonomy.module

Version 1.546 (checked in on 2009/12/10 at 15:39:43 by dries)

Enables the organization of content into categories.

Functions

NameDescription
taxonomy_admin_vocabulary_title_callbackReturn the vocabulary name given the vocabulary object.
taxonomy_allowed_valuesCreate an array of the allowed values for this field.
taxonomy_autocomplete_validateForm element validate handler for taxonomy term autocomplete element.
taxonomy_check_vocabulary_hierarchyDynamically check and update the hierarchy flag of a vocabulary.
taxonomy_entity_infoImplements hook_entity_info().
taxonomy_field_build_modesImplements hook_field_build_modes().
taxonomy_field_formatter_infoImplements hook_field_formatter_info().
taxonomy_field_formatter_prepare_viewImplements hook_field_load().
taxonomy_field_infoImplements hook_field_info().
taxonomy_field_insertImplements hook_field_insert().
taxonomy_field_is_emptyImplements hook_field_is_empty().
taxonomy_field_schemaImplements hook_field_schema().
taxonomy_field_settings_formImplements hook_field_settings_form().
taxonomy_field_updateImplements hook_field_update().
taxonomy_field_validateImplements hook_field_validate().
taxonomy_field_widgetImplements hook_field_widget().
taxonomy_field_widget_errorImplements hook_field_widget_error().
taxonomy_field_widget_infoImplements hook_field_widget_info().
taxonomy_field_widget_info_alterImplements hook_field_widget_info_alter().
taxonomy_form_allGenerate a set of options for selecting a term from all vocabularies.
taxonomy_get_childrenFind all children of a term ID.
taxonomy_get_parentsFind all parents of a given term ID.
taxonomy_get_parents_allFind all ancestors of a given term ID.
taxonomy_get_term_by_nameTry to map a string to an existing term, as for glossary use.
taxonomy_get_treeCreate a hierarchical representation of a vocabulary.
taxonomy_get_vocabulariesReturn an array of all vocabulary objects.
taxonomy_helpImplements hook_help().
taxonomy_implode_tagsImplodes a list of tags of a certain vocabulary into a string.
taxonomy_menuImplements hook_menu().
taxonomy_node_deleteImplements hook_node_delete().
taxonomy_permissionImplements hook_permission().
taxonomy_rdf_mappingImplements hook_rdf_mapping().
taxonomy_select_nodesReturn nodes attached to a term across all field instances.
taxonomy_taxonomy_term_deleteImplements hook_taxonomy_term_delete().
taxonomy_terms_static_resetClear all static cache variables for terms..
taxonomy_term_deleteDelete a term.
taxonomy_term_edit_accessReturn edit access for a given term.
taxonomy_term_loadReturn the term object matching a term ID.
taxonomy_term_load_multipleLoad multiple taxonomy terms based on certain conditions.
taxonomy_term_saveSave a term object to the database.
taxonomy_term_titleTitle callback for term pages.
taxonomy_themeImplements hook_theme().
taxonomy_vocabulary_create_fieldCreate a default field when a vocabulary is created.
taxonomy_vocabulary_deleteDelete a vocabulary.
taxonomy_vocabulary_get_namesGet names for all taxonomy vocabularies.
taxonomy_vocabulary_loadReturn the vocabulary object matching a vocabulary ID.
taxonomy_vocabulary_load_multipleLoad multiple taxonomy vocabularies based on certain conditions.
taxonomy_vocabulary_saveSave a vocabulary given a vocabulary object.
theme_field_formatter_taxonomy_term_linkTheme function for 'link' term field formatter.
theme_field_formatter_taxonomy_term_plainTheme function for 'plain' term field formatter.
_taxonomy_clean_field_cacheHelper function that clears field cache when terms are updated or deleted
_taxonomy_get_tid_from_termHelper function for array_map purposes.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.