Drupal 8 Obtener términos de taxonomía por nombre de vocabulario

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