Drupal 8 Get Taxonomy Terms By Vocabulary Name

[Solved] Drupal 8 Get Taxonomy Terms By Vocabulary Name | Php Frameworks Drupal - Code Explorer | yomemimo.com
Question : drupal 8 get taxonomy terms by vocabulary name

Answered by : gleaming-gannet-htlwomz3dthc

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

Source : | Last Update : Tue, 29 Sep 20

Answers related to drupal 8 get taxonomy terms by vocabulary name

Code Explorer Popular Question For Php Frameworks Drupal