Loading core/modules/taxonomy/src/TermStorageInterface.php +2 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,8 @@ public function loadChildren($tid, $vid = NULL); * numbers of terms. Defaults to FALSE. * * @return object[]|\Drupal\taxonomy\TermInterface[] * An array of term objects that are the children of the vocabulary $vid. * A numerically indexed array of term objects that are the children of the * vocabulary $vid. */ public function loadTree($vid, $parent = 0, $max_depth = NULL, $load_entities = FALSE); Loading Loading
core/modules/taxonomy/src/TermStorageInterface.php +2 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,8 @@ public function loadChildren($tid, $vid = NULL); * numbers of terms. Defaults to FALSE. * * @return object[]|\Drupal\taxonomy\TermInterface[] * An array of term objects that are the children of the vocabulary $vid. * A numerically indexed array of term objects that are the children of the * vocabulary $vid. */ public function loadTree($vid, $parent = 0, $max_depth = NULL, $load_entities = FALSE); Loading