Elcodi\Admin\UserBundle\Controller\ProfileController::viewAction PHP Method

viewAction() public method

View the connected user profile
public viewAction ( ) : array
return array Result
    public function viewAction()
    {
        return [];
    }
ProfileController