taxonomy_get_vocabularies
- Versions
- 4.6 – 6
taxonomy_get_vocabularies($type= NULL)- 7
taxonomy_get_vocabularies()
Return an array of all vocabulary objects.
Parameters
$type If set, return only those vocabularies associated with this node type.
Code
modules/taxonomy/taxonomy.module, line 556
<?php
function taxonomy_get_vocabularies() {
return taxonomy_vocabulary_load_multiple(FALSE, array());
}
?>Login or register to post comments 