taxonomy.module

Version 1.330.2.21 (checked in on 2009/07/10 at 05:47:16 by drumm)

Enables the organization of content into categories.

Functions

NameDescription
taxonomy_admin_term_editPage to edit a vocabulary term.
taxonomy_admin_vocabulary_editPage to edit a vocabulary.
taxonomy_autocompleteHelper function for autocompletion
taxonomy_del_termDelete a term.
taxonomy_del_vocabularyDelete a 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.
taxonomy_form_alterImplementation of hook_form_alter(). Generate a form for selecting terms to associate with a node.
taxonomy_form_term
taxonomy_form_term_submitAccept the form submission for a taxonomy term and save the result.
taxonomy_form_vocabularyDisplay form for adding and editing vocabularies.
taxonomy_form_vocabulary_submitAccept the form submission for a vocabulary and save the results.
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_get_termsFind all terms associated with the given node, ordered by vocabulary and term weight.
taxonomy_node_get_terms_by_vocabularyFind all terms associated with the given node, within one vocabulary.
taxonomy_node_saveSave term associations for a given node.
taxonomy_node_typeImplementation of hook_node_type().
taxonomy_node_update_indexImplementation of hook_nodeapi('update_index').
taxonomy_node_validateMake sure incoming vids are free tagging enabled.
taxonomy_overview_termsDisplay a tree of all the terms in a vocabulary, with options to edit each one.
taxonomy_overview_vocabulariesList and manage 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_termHelper function for taxonomy_form_term_submit().
taxonomy_save_vocabulary
taxonomy_select_nodesFinds all nodes that match selected taxonomy conditions.
taxonomy_terms_parse_stringParses a comma or plus separated string of term IDs.
taxonomy_term_confirm_delete
taxonomy_term_confirm_delete_submit
taxonomy_term_count_nodesCount the number of published nodes classified by a term.
taxonomy_term_pageMenu callback; displays all nodes associated with a term.
taxonomy_term_pathFor vocabularies not maintained by taxonomy.module, give the maintaining module a chance to provide a path for terms in that vocabulary.
taxonomy_vocabulary_confirm_delete
taxonomy_vocabulary_confirm_delete_submit
theme_taxonomy_term_selectWe use the default selection field for choosing terms.
_taxonomy_get_tid_from_termHelper function for array_map purposes.
_taxonomy_term_childrenHelper for taxonomy_term_count_nodes(). Used to find out which terms are children of a parent term.
_taxonomy_term_selectCreate a select form element for a given taxonomy vocabulary.
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.