public function Drupal8::getAllVocabularies in Realistic Dummy Content 3.x
Same name and namespace in other branches
- 8.2 api/src/Framework/Drupal8.php \Drupal\realistic_dummy_content_api\Framework\Drupal8::getAllVocabularies()
- 7.2 api/src/Framework/Drupal8.php \Drupal\realistic_dummy_content_api\Framework\Drupal8::getAllVocabularies()
Retrieves all available vocabularies.
Overrides Framework::getAllVocabularies
File
- api/
src/ Framework/ Drupal8.php, line 365
Class
- Drupal8
- Drupal 8-specific code.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function getAllVocabularies() {
return Vocabulary::loadMultiple();
}