Drupal 8 Получите термины таксономии по словарному запасу

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