Question
How to get the taxonomy vocabulary list of Drupal 8.
(AsĀ taxonomy_get_vocabularies() in drupal 7)
In drupal 8, this retrun taxonomy vocabularies as an array.
$vocabularies = \Drupal\taxonomy\Entity\Vocabulary::loadMultiple();
Add new comment