ConversationsHooks::profileController_afterPreferencesDefined_handler PHP Method

profileController_afterPreferencesDefined_handler() public method

Additional options for the Preferences screen.
Since: 2.0.0
    public function profileController_afterPreferencesDefined_handler($Sender)
    {
        $Sender->Preferences['Notifications']['Email.ConversationMessage'] = t('Notify me of private messages.');
        $Sender->Preferences['Notifications']['Popup.ConversationMessage'] = t('Notify me of private messages.');
    }