Frontend\Modules\Profiles\Actions\ChangeEmail::getData PHP Method

getData() private method

Get profile data.
private getData ( )
    private function getData()
    {
        // get profile
        $this->profile = FrontendProfilesAuthentication::getProfile();
    }