You are here

protected function TaxonomyTermMatch::getTermStorage in Acquia Content Hub 8.2

Gets the Taxonomy Term Storage.

File

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

Class

TaxonomyTermMatch
Class TaxonomyTermMatch.

Namespace

Drupal\acquia_contenthub_subscriber\EventSubscriber\LoadLocalEntity

Code

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