public function Drupal7::getAllVocabularies in Realistic Dummy Content 8.2
Same name and namespace in other branches
- 7.2 api/src/Framework/Drupal7.php \Drupal\realistic_dummy_content_api\Framework\Drupal7::getAllVocabularies()
File
- api/
src/ Framework/ Drupal7.php, line 403
Class
- Drupal7
- Drupal 7-specific code.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function getAllVocabularies() {
$return = taxonomy_get_vocabularies();
return $return;
}