You are here

public static function TaxonomyTermMatch::getSubscribedEvents in Acquia Content Hub 8.2

File

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

Class

TaxonomyTermMatch
Class TaxonomyTermMatch.

Namespace

Drupal\acquia_contenthub_subscriber\EventSubscriber\LoadLocalEntity

Code

public static function getSubscribedEvents() {
  return [
    AcquiaContentHubEvents::LOAD_LOCAL_ENTITY => [
      [
        'onLoadLocalEntity',
        7,
      ],
    ],
  ];
}