Skip to content

Instantly share code, notes, and snippets.

@woutersf
Created January 16, 2017 13:58
Show Gist options
  • Save woutersf/092d1abf877234424f90ca157904c064 to your computer and use it in GitHub Desktop.
Save woutersf/092d1abf877234424f90ca157904c064 to your computer and use it in GitHub Desktop.
drupal8 taxonomy_get_tree
<?php
$tree = \Drupal::service('entity_type.manager')
->getStorage("taxonomy_term")
->loadTree($vid, $parent = 0, $max_depth = NULL, $load_entities = FALSE));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment