Search for taxonomy

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