You are here

protected function TaxonomyTermMatch::getVocabularyStorage in Acquia Content Hub 8.2

Gets the Vocabulary Storage.

1 call to TaxonomyTermMatch::getVocabularyStorage()
TaxonomyTermMatch::onLoadLocalEntity in modules/acquia_contenthub_subscriber/src/EventSubscriber/LoadLocalEntity/TaxonomyTermMatch.php
Load local terms with the same name, vocabulary and relative parent.

File

modules/acquia_contenthub_subscriber/src/EventSubscriber/LoadLocalEntity/TaxonomyTermMatch.php, line 212

Class

TaxonomyTermMatch
Class TaxonomyTermMatch.

Namespace

Drupal\acquia_contenthub_subscriber\EventSubscriber\LoadLocalEntity

Code

protected function getVocabularyStorage() {
  return \Drupal::entityTypeManager()
    ->getStorage('taxonomy_vocabulary');
}