Skip to main content
Category:

How to get all vocabularies in drupal 8 & 9

 

Code snippet that can be used to get all vocabularies in drupal 8 & 9.


Use Drupal\taxonomy\Entity\Vocabulary;

$vocabularies = Vocabulary::loadMultiple();


foreach($vocabularies as $voc) {
  $vocabulary->label();
}

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook