Skip to content

Instantly share code, notes, and snippets.

@JeromeChevalier
Last active December 5, 2018 12:29
Show Gist options
  • Save JeromeChevalier/b29b01b82f0576d9df3e906ea3e11121 to your computer and use it in GitHub Desktop.
Save JeromeChevalier/b29b01b82f0576d9df3e906ea3e11121 to your computer and use it in GitHub Desktop.
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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment