taxonomy_get_vocabulary

Functions that call taxonomy_get_vocabulary()

Namesort iconLocationDescription
forum_viewmodules/forum.moduleImplementation of hook_view().
taxonomy_admin_vocabulary_editmodules/taxonomy.modulePage to add or edit a vocabulary
taxonomy_formmodules/taxonomy.moduleGenerate a form element for selecting terms from a vocabulary.
taxonomy_get_vocabularymodules/taxonomy.moduleReturn the vocabulary object matching a vocabulary ID.
taxonomy_node_validatemodules/taxonomy.moduleMake sure incoming vids are free tagging enabled.
taxonomy_overview_termsmodules/taxonomy.moduleDisplay a tree of all the terms in a vocabulary, with options to edit each one.
theme_forum_displaymodules/forum.moduleFormat the forum body.

Functions called by taxonomy_get_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.
taxonomy_get_vocabularymodules/taxonomy.moduleReturn the vocabulary object matching a vocabulary ID.
 
 

Drupal is a registered trademark of Dries Buytaert.