taxonomy_get_vocabularies

Functions that call taxonomy_get_vocabularies()

Namesort iconLocationDescription
forum_update_6000modules/forum/forum.installCreate the forum vocabulary if does not exist. Assign the vocabulary a low weight so it will appear first in forum topic create and edit forms. Do not just call forum_enable() because in future versions it might do something different.
taxonomy_form_allmodules/taxonomy/taxonomy.moduleGenerate a set of options for selecting a term from all vocabularies.
taxonomy_get_vocabulariesmodules/taxonomy/taxonomy.moduleReturn an array of all vocabulary objects.
taxonomy_overview_vocabulariesmodules/taxonomy/taxonomy.admin.incForm builder to list and manage vocabularies. See alsotaxonomy_overview_vocabularies_submit()

Functions called by taxonomy_get_vocabularies()

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_get_vocabulariesmodules/taxonomy/taxonomy.moduleReturn an array of all vocabulary objects.
 
 

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.