taxonomy_node_get_terms_by_vocabulary

Functions that call taxonomy_node_get_terms_by_vocabulary()

Namesort iconLocationDescription
forum_formmodules/forum.moduleImplementation of hook_form().
taxonomy_node_get_terms_by_vocabularymodules/taxonomy.moduleFind all terms associated to 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.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.moduleFind all terms associated to the given node, within one vocabulary.
 
 

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.