taxonomy_node_get_terms

Functions that call taxonomy_node_get_terms()

Namesort iconLocationDescription
taxonomy_form_altermodules/taxonomy.moduleGenerate a form for selecting terms to associate with a node.
taxonomy_nodeapimodules/taxonomy.moduleImplementation of hook_nodeapi().
taxonomy_node_get_termsmodules/taxonomy.moduleFind all terms associated to the given node, ordered by vocabulary and term weight.

Functions called by taxonomy_node_get_terms()

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.
db_rewrite_sqlincludes/database.incRewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead.
taxonomy_node_get_termsmodules/taxonomy.moduleFind all terms associated to the given node, ordered by vocabulary and term weight.
 
 

Drupal is a registered trademark of Dries Buytaert.