Search for taxonomy

NameLocationDescription
forum_taxonomymodules/forum/forum.moduleImplementation of hook_taxonomy().
hook_taxonomydeveloper/hooks/core.phpAct on taxonomy changes.
taxonomy.admin.incmodules/taxonomy/taxonomy.admin.incAdministrative page callbacks for the taxonomy module.
taxonomy.installmodules/taxonomy/taxonomy.install
taxonomy.modulemodules/taxonomy/taxonomy.moduleEnables the organization of content into categories.
taxonomy.pages.incmodules/taxonomy/taxonomy.pages.incPage callbacks for the taxonomy module.
taxonomy_add_term_pagemodules/taxonomy/taxonomy.admin.incMenu callback; return the edit form for a new term after setting the title.
taxonomy_admin_term_editmodules/taxonomy/taxonomy.admin.incPage to edit a vocabulary term.
taxonomy_admin_vocabulary_editmodules/taxonomy/taxonomy.admin.incPage to edit a vocabulary.
taxonomy_autocompletemodules/taxonomy/taxonomy.pages.incHelper function for autocompletion
taxonomy_check_vocabulary_hierarchymodules/taxonomy/taxonomy.moduleDynamically check and update the hierarachy flag of a vocabulary.
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. We check for taxonomy_override_selector before loading the full vocabulary, so contrib modules can intercept before hook_form_alter and provide scalable...
taxonomy_form_termmodules/taxonomy/taxonomy.admin.incForm function for the term edit form.
taxonomy_form_term_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to insert or update a term.
taxonomy_form_term_validatemodules/taxonomy/taxonomy.admin.incValidation handler for the term edit form. Ensure numeric weight values.
taxonomy_form_vocabularymodules/taxonomy/taxonomy.admin.incDisplay form for adding and editing vocabularies.
taxonomy_form_vocabulary_submitmodules/taxonomy/taxonomy.admin.incAccept 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_helpmodules/taxonomy/taxonomy.moduleImplementation of hook_help().
taxonomy_hook_infomodules/taxonomy/taxonomy.moduleImplementation of hook_hook_info().
taxonomy_implode_tagsmodules/taxonomy/taxonomy.moduleImplode a list of tags of a certain vocabulary into a string.
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_delete_revisionmodules/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.admin.incForm builder for the taxonomy terms overview.
taxonomy_overview_terms_submitmodules/taxonomy/taxonomy.admin.incSubmit handler for terms overview form.
taxonomy_overview_vocabulariesmodules/taxonomy/taxonomy.admin.incForm builder to list and manage vocabularies.
taxonomy_overview_vocabularies_submitmodules/taxonomy/taxonomy.admin.incSubmit handler for vocabularies overview. Updates changed vocabulary weights.
taxonomy_permmodules/taxonomy/taxonomy.moduleImplementation of hook_perm().
 
 

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.