| forum_update_6000 | modules/forum/forum.install | Create 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_all | modules/taxonomy/taxonomy.module | Generate a set of options for selecting a term from all vocabularies. |
| taxonomy_get_vocabularies | modules/taxonomy/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_overview_vocabularies | modules/taxonomy/taxonomy.admin.inc | Form builder to list and manage vocabularies.
See alsotaxonomy_overview_vocabularies_submit() |