Drupal 8 Obtenez des termes de taxonomie par nom de vocabulaire

$terms = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadByProperties([
  'vid' => 'vocabulary__machine_name'
]);
Gleaming Gannet