taxonomy_get_vocabularies
Functions that call taxonomy_get_vocabularies()
| Name | Location | Description |
|---|---|---|
| taxonomy_form_all | modules/taxonomy.module | Generate a set of options for selecting a term from all vocabularies. Can be passed to form_select. |
| taxonomy_get_vocabularies | modules/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_overview | modules/taxonomy.module | Generate a tabular listing of administrative functions for vocabularies. |
Functions called by taxonomy_get_vocabularies()
| Name | Location | Description |
|---|---|---|
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| taxonomy_get_vocabularies | modules/taxonomy.module | Return an array of all vocabulary objects. |
