Skip to content

Instantly share code, notes, and snippets.

@Malyshko95
Created July 10, 2018 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Malyshko95/32147e30dc49a946d53647a8081a5be8 to your computer and use it in GitHub Desktop.
Save Malyshko95/32147e30dc49a946d53647a8081a5be8 to your computer and use it in GitHub Desktop.
public static function getSubscribedEvents() {
// Subscribe to kernel request with default priority of 0.
$events[ EntityTypeEvents::CREATE][] = array('createRequest');
return $events;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment