Answers for "drupal 8 taxonomy term has children"

PHP
0

taxonomy_get_children drupal 8

$children = Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadChildren($entity->id());
Posted by: Guest on January-12-2021

Code answers related to "drupal 8 taxonomy term has children"

Browse Popular Code Answers by Language