Ojs\UserBundle\EventListener\UserEventListener::getSubscribedEvents PHP Method

getSubscribedEvents() public static method

{@inheritDoc}
public static getSubscribedEvents ( )
    public static function getSubscribedEvents()
    {
        return array(FOSUserEvents::REGISTRATION_COMPLETED => 'onRegistrationCompleted', FOSUserEvents::CHANGE_PASSWORD_COMPLETED => 'onChangePasswordCompleted', FOSUserEvents::PROFILE_EDIT_COMPLETED => 'onProfileEditCompleted');
    }