taxonomy.module

Version 1.536 (checked in on 2009/11/08 at 11:19:02 by webchick)

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_elements_processProcess an individual autocomplete widget element.
taxonomy_autocomplete_validateFAPI function to validate taxonomy term autocomplete element.
taxonomy_check_vocabulary_hierarchyDynamically check and update the hierarchy flag of a vocabulary.
taxonomy_element_infoImplement hook_element_info().
taxonomy_entity_infoImplement hook_entity_info().
taxonomy_field_build_modesImplement hook_field_build_modes();
taxonomy_field_formatter_infoImplement hook_field_formatter_info().
taxonomy_field_formatter_prepare_viewImplement hook_field_load().
taxonomy_field_infoImplement hook_field_info().
taxonomy_field_insertImplement hook_field_insert().
taxonomy_field_is_emptyImplement hook_field_is_empty().
taxonomy_field_schemaImplement hook_field_schema().
taxonomy_field_settings_formImplement hook_field_settings_form().
taxonomy_field_updateImplement hook_field_update().
taxonomy_field_validateImplement hook_field_validate().
taxonomy_field_widgetImplement hook_field_widget().
taxonomy_field_widget_errorImplement hook_field_widget_error().
taxonomy_field_widget_infoImplement hook_field_widget_info().
taxonomy_field_widget_info_alterImplement 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_helpImplement hook_help().
taxonomy_implode_tagsImplode a list of tags of a certain vocabulary into a string.
taxonomy_menuImplement hook_menu().
taxonomy_node_deleteImplement hook_node_delete().
taxonomy_permissionImplement hook_permission().
taxonomy_rdf_mappingImplement hook_rdf_mapping().
taxonomy_select_nodesReturn nodes attached to a term across all field instances.
taxonomy_taxonomy_term_deleteImplement 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_themeImplement 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.