taxonomy_node_get_terms_by_vocabulary

Functions that call taxonomy_node_get_terms_by_vocabulary()

Namesort iconLocationDescription
forum_formmodules/forum/forum.moduleImplementation of hook_form().
forum_nodeapimodules/forum/forum.moduleImplementation of hook_nodeapi().
taxonomy_node_get_terms_by_vocabularymodules/taxonomy/taxonomy.moduleFind all terms associated with the given node, within one vocabulary.

Functions called by taxonomy_node_get_terms_by_vocabulary()

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.
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_terms_by_vocabularymodules/taxonomy/taxonomy.moduleFind all terms associated with the given node, within one vocabulary.
 
 

Drupal is a registered trademark of Dries Buytaert.