Taxonomy Get Parents Drupal 8

[Solved] Taxonomy Get Parents Drupal 8 | Php Frameworks Drupal - Code Explorer | yomemimo.com
Question : taxonomy_get_parents drupal 8

Answered by : liam-roels

$storage = \Drupal::service('entity_type.manager')->getStorage('taxonomy_term');
$parents = $storage ->loadParents($term->id());

Source : | Last Update : Tue, 19 Jan 21

Answers related to taxonomy get parents drupal 8

Code Explorer Popular Question For Php Frameworks Drupal