Ojs\UserBundle\Event\UserEvents::getMailEventsOptions PHP Method

getMailEventsOptions() public method

    public function getMailEventsOptions()
    {
        return [new EventDetail(FOSUserEvents::REGISTRATION_COMPLETED, 'admin', ['user.username', 'user.mail', 'user.fullName']), new EventDetail(FOSUserEvents::CHANGE_PASSWORD_COMPLETED, 'admin', ['user.username', 'user.mail', 'user.fullName']), new EventDetail(FOSUserEvents::PROFILE_EDIT_COMPLETED, 'admin', ['user.username', 'user.mail', 'user.fullName'])];
    }