You are here

public function Framework::getAllVocabularies in Realistic Dummy Content 3.x

Same name and namespace in other branches
  1. 8.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::getAllVocabularies()
  2. 7.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::getAllVocabularies()

Retrieves all available vocabularies.

Overrides FrameworkInterface::getAllVocabularies

1 method overrides Framework::getAllVocabularies()
Drupal8::getAllVocabularies in api/src/Framework/Drupal8.php
Retrieves all available vocabularies.

File

api/src/Framework/Framework.php, line 166

Class

Framework
The entry point for the framework.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function getAllVocabularies() {
  return $this
    ->implementor()
    ->getAllVocabularies();
}