taxonomy.module

Version

1.192.2.8 (checked in on 2006/06/01 at 21:55:58 by killes)

Description

Enables the organization of content into categories.

Functions

Namesort iconDescription
taxonomy_adminMenu callback; dispatches to the proper taxonomy administration function.
taxonomy_del_term
taxonomy_del_vocabulary
taxonomy_formGenerate a form element for selecting terms from a vocabulary.
taxonomy_form_allGenerate a set of options for selecting a term from all vocabularies. Can be passed to form_select.
taxonomy_form_term
taxonomy_form_vocabulary
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_relatedFind all term objects related to a given term ID.
taxonomy_get_synonymsReturn an array of synonyms of the given term ID.
taxonomy_get_synonym_rootReturn the term object that has the given string as a synonym.
taxonomy_get_termReturn the term object matching a 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_get_vocabularyReturn the vocabulary object matching a vocabulary ID.
taxonomy_helpImplementation of hook_help().
taxonomy_linkImplementation of hook_link().
taxonomy_menuImplementation of hook_menu().
taxonomy_nodeapiImplementation of hook_nodeapi().
taxonomy_node_deleteRemove associations of a node to its terms.
taxonomy_node_formGenerate a form for selecting terms to associate with a node.
taxonomy_node_get_termsFind all terms associated to the given node.
taxonomy_node_get_terms_by_vocabularyFind all terms associated to the given node, within one vocabulary.
taxonomy_node_saveSave term associations for a given node.
taxonomy_overviewGenerate a tabular listing of administrative functions for vocabularies.
taxonomy_permImplementation of hook_perm().
taxonomy_render_nodesAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
taxonomy_rss_itemProvides category information for rss feeds
taxonomy_save_term
taxonomy_save_vocabulary
taxonomy_select_nodesFinds all nodes that match selected taxonomy conditions.
taxonomy_term_count_nodesGiven a term id, count the number of published nodes in it.
taxonomy_term_pageMenu callback; displays all nodes associated with a term.
_taxonomy_confirm_del_term
_taxonomy_confirm_del_vocabulary
_taxonomy_depth
_taxonomy_get_tid_from_termHelper function for array_map purposes.
_taxonomy_prepare_insert
_taxonomy_prepare_update
_taxonomy_term_childrenHelper for taxonomy_term_count_nodes().
_taxonomy_term_select
 
 

Drupal is a registered trademark of Dries Buytaert.