function taxonomy_get_vocabularies

taxonomy_get_vocabularies()

Return an array of all vocabulary objects.

Return value

An array of all vocabulary objects, indexed by vid.

File

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

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!taxonomy!taxonomy.module/function/taxonomy_get_vocabularies/7.x