You are here

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

File

modules/acquia_contenthub_publisher/src/EventSubscriber/NotConfirmedEntitiesFound/Log.php, line 37

Class

Log
Log for not yet confirmed entities found.

Namespace

Drupal\acquia_contenthub_publisher\EventSubscriber\NotConfirmedEntitiesFound

Code

public static function getSubscribedEvents() {
  $events[ContentHubPublisherEvents::NOT_CONFIRMED_ENTITIES_FOUND][] = 'onNotConfirmedEntitiesFound';
  return $events;
}