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_adminmodules/taxonomy.moduleMenu callback; dispatches to the proper taxonomy administration function.
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_termmodules/taxonomy.module
taxonomy_form_vocabularymodules/taxonomy.module
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_formmodules/taxonomy.moduleGenerate a form for selecting terms to associate with a node.
taxonomy_node_get_termsmodules/taxonomy.moduleFind all terms associated to the given node.
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_overviewmodules/taxonomy.moduleGenerate a tabular listing of administrative functions for 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_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_confirm_del_termmodules/taxonomy.module
_taxonomy_confirm_del_vocabularymodules/taxonomy.module
_taxonomy_depthmodules/taxonomy.module
_taxonomy_get_tid_from_termmodules/taxonomy.moduleHelper function for array_map purposes.
_taxonomy_prepare_insertmodules/taxonomy.module
_taxonomy_prepare_updatemodules/taxonomy.module
_taxonomy_term_childrenmodules/taxonomy.moduleHelper for taxonomy_term_count_nodes().
_taxonomy_term_selectmodules/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.