Drupal 7 - Load taxonomy tree

By kenneth, Fri, 10/19/2018 - 17:03
// Retrieve vocabulary based on its machine name
$vocabulary = taxonomy_vocabulary_machine_name_load('tags');

// Load whole taxonomies related to given vocabulary
$tree = taxonomy_get_tree($vocabulary->vid);