1 taxonomy.module taxonomy_get_vocabularies()

Load all Taxonomy vocabularies.

File

core/modules/taxonomy/taxonomy.module, line 1345
Enables the organization of content into categories.

Code

function taxonomy_get_vocabularies() {
  return taxonomy_vocabulary_load_multiple(FALSE);
}