Drupal 8 otrzymuj warunki taksonomii według nazwy słownictwa
$terms = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadByProperties([
'vid' => 'vocabulary__machine_name'
]);
Gleaming Gannet