public static function PreviewEntity::getSubscribedEvents in Acquia Content Hub 8.2
File
- modules/
acquia_contenthub_preview/ src/ EventSubscriber/ HandleWebhook/ PreviewEntity.php, line 48
Class
- PreviewEntity
- Previews entities across content as a service sites.
Namespace
Drupal\acquia_contenthub_preview\EventSubscriber\HandleWebhookCode
public static function getSubscribedEvents() {
$events[AcquiaContentHubEvents::HANDLE_WEBHOOK][] = [
'onHandleWebhook',
1000,
];
return $events;
}