taxonomy_get_term

Functions that call taxonomy_get_term()

Namesort iconLocationDescription
forum_confirm_deletemodules/forum/forum.admin.incReturns a confirmation page for deleting a forum taxonomy term.
forum_nodeapimodules/forum/forum.moduleImplementation of hook_nodeapi().
taxonomy_admin_term_editmodules/taxonomy/taxonomy.admin.incPage to edit a vocabulary term.
taxonomy_del_termmodules/taxonomy/taxonomy.moduleDelete a term.
taxonomy_get_parents_allmodules/taxonomy/taxonomy.moduleFind all ancestors of a given term ID.
taxonomy_get_termmodules/taxonomy/taxonomy.moduleReturn the term object matching a term ID.
taxonomy_preview_termsmodules/taxonomy/taxonomy.moduleHelper function to convert terms after a preview.
taxonomy_select_nodesmodules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
taxonomy_term_confirm_deletemodules/taxonomy/taxonomy.admin.incForm builder for the term delete form. See alsotaxonomy_term_confirm_delete_submit()
taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incMenu callback; displays all nodes associated with a term.
theme_taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incRender a taxonomy term page HTML output.

Functions called by taxonomy_get_term()

Namesort iconLocationDescription
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
taxonomy_get_termmodules/taxonomy/taxonomy.moduleReturn the term object matching a term ID.
 
 

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.