Drupal 9 Get Taxonomy Term Objects By Vocabulary Machine Name

[Solved] Drupal 9 Get Taxonomy Term Objects By Vocabulary Machine Name | Php Frameworks Drupal - Code Explorer | yomemimo.com
Question : Drupal 9 Get taxonomy term objects by vocabulary machine name vid

Answered by : cheryl-mcnamee

try { $terms = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadByProperties(['vid' => 'my_vocablary_machine_name']);
} catch (Exception $e) { throw new HttpException(400,'Error upon selection of terms/session_tracks. ' . $e->getMessage());
}

Source : | Last Update : Tue, 11 Jan 22

Answers related to Drupal 9 Get taxonomy term objects by vocabulary machine name vid

Code Explorer Popular Question For Php Frameworks Drupal