taxonomy_get_term

Functions that call taxonomy_get_term()

Namesort iconLocationDescription
forum_confirm_deletemodules/forum/forum.moduleReturns a confirmation page for deleting a forum taxonomy term.
forum_menumodules/forum/forum.moduleImplementation of hook_menu().
forum_validatemodules/forum/forum.moduleImplementation of hook_validate().
taxonomy_admin_term_editmodules/taxonomy/taxonomy.modulePage 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_select_nodesmodules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
taxonomy_term_pagemodules/taxonomy/taxonomy.moduleMenu callback; displays all nodes associated with a term.

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.incRuns a basic query in the active database.
taxonomy_get_termmodules/taxonomy/taxonomy.moduleReturn the term object matching a term ID.
 
 

Drupal is a registered trademark of Dries Buytaert.