1.20.x taxonomy.module taxonomy_get_vocabularies()

Load all Taxonomy vocabularies.

File

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

Code

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