Search for taxonomy

NameLocationDescription
forum_taxonomymodules/forum.moduleImplementation of hook_taxonomy().
hook_taxonomydeveloper/hooks/core.phpAct on taxonomy changes.
legacy_taxonomy_feedmodules/legacy.moduleMenu callback; redirects users to new taxonomy feed paths.
legacy_taxonomy_pagemodules/legacy.moduleMenu callback; redirects users to new taxonomy page paths.
taxonomy.modulemodules/taxonomy.moduleEnables the organization of content into categories.
taxonomy_admin_term_editmodules/taxonomy.modulePage to list terms for a vocabulary
taxonomy_admin_vocabulary_editmodules/taxonomy.modulePage to add or edit a vocabulary
taxonomy_autocompletemodules/taxonomy.moduleHelper function for autocompletion
taxonomy_del_termmodules/taxonomy.module
taxonomy_del_vocabularymodules/taxonomy.module
taxonomy_formmodules/taxonomy.moduleGenerate a form element for selecting terms from a vocabulary.
taxonomy_form_allmodules/taxonomy.moduleGenerate a set of options for selecting a term from all vocabularies. Can be passed to form_select.
taxonomy_form_altermodules/taxonomy.moduleGenerate a form for selecting terms to associate with a node.
taxonomy_form_termmodules/taxonomy.module
taxonomy_form_term_submitmodules/taxonomy.moduleAccept the form submission for a taxonomy term and save the result.
taxonomy_form_vocabularymodules/taxonomy.moduleDisplay form for adding and editing vocabularies.
taxonomy_form_vocabulary_submitmodules/taxonomy.moduleAccept the form submission for a vocabulary and save the results.
taxonomy_get_childrenmodules/taxonomy.moduleFind all children of a term ID.
taxonomy_get_parentsmodules/taxonomy.moduleFind all parents of a given term ID.
taxonomy_get_parents_allmodules/taxonomy.moduleFind all ancestors of a given term ID.
taxonomy_get_relatedmodules/taxonomy.moduleFind all term objects related to a given term ID.
taxonomy_get_synonymsmodules/taxonomy.moduleReturn an array of synonyms of the given term ID.
taxonomy_get_synonym_rootmodules/taxonomy.moduleReturn the term object that has the given string as a synonym.
taxonomy_get_termmodules/taxonomy.moduleReturn the term object matching a term ID.
taxonomy_get_term_by_namemodules/taxonomy.moduleTry to map a string to an existing term, as for glossary use.
taxonomy_get_treemodules/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
taxonomy_get_vocabulariesmodules/taxonomy.moduleReturn an array of all vocabulary objects.
taxonomy_get_vocabularymodules/taxonomy.moduleReturn the vocabulary object matching a vocabulary ID.
taxonomy_helpmodules/taxonomy.moduleImplementation of hook_help().
taxonomy_linkmodules/taxonomy.moduleImplementation of hook_link().
taxonomy_menumodules/taxonomy.moduleImplementation of hook_menu().
taxonomy_nodeapimodules/taxonomy.moduleImplementation of hook_nodeapi().
taxonomy_node_deletemodules/taxonomy.moduleRemove associations of a node to its terms.
taxonomy_node_get_termsmodules/taxonomy.moduleFind all terms associated to the given node, ordered by vocabulary and term weight.
taxonomy_node_get_terms_by_vocabularymodules/taxonomy.moduleFind all terms associated to the given node, within one vocabulary.
taxonomy_node_savemodules/taxonomy.moduleSave term associations for a given node.
taxonomy_node_update_indexmodules/taxonomy.moduleImplementation of hook_nodeapi('update_index').
taxonomy_node_validatemodules/taxonomy.moduleMake sure incoming vids are free tagging enabled.
taxonomy_overview_termsmodules/taxonomy.moduleDisplay a tree of all the terms in a vocabulary, with options to edit each one.
taxonomy_overview_vocabulariesmodules/taxonomy.moduleList and manage vocabularies.
taxonomy_permmodules/taxonomy.moduleImplementation of hook_perm().
taxonomy_render_nodesmodules/taxonomy.moduleAccepts 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_itemmodules/taxonomy.moduleProvides category information for rss feeds
taxonomy_save_termmodules/taxonomy.module
taxonomy_save_vocabularymodules/taxonomy.module
taxonomy_select_nodesmodules/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
taxonomy_term_confirm_delete_submitmodules/taxonomy.module
taxonomy_term_count_nodesmodules/taxonomy.moduleGiven a term id, count the number of published nodes in it.
taxonomy_term_pagemodules/taxonomy.moduleMenu callback; displays all nodes associated with a term.
taxonomy_term_pathmodules/taxonomy.module
 
 

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.