JeromeChevalier
11/18/2018 - 10:33 PM

Send notification event #sraiportal

Send notification event #sraiportal

$myevent = new AINotificationEvent(['recipient' => 1,'priority' => $AINotificationEvent::LOW_PRIORITY,'message' => 'My message to notify','module' => AINotificationEvent::ORIGIN_AI_ENGINE]);
$event_dispatcher = \Drupal::service('event_dispatcher');
$event_dispatcher->dispatch(AINotificationEvent::EVENT_ID, $myevent);