📅  最后修改于: 2022-03-11 14:54:05.385000             🧑  作者: Mango
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());
}