Neos\Neos\Controller\Module\User\UserSettingsController::editAction PHP Method

editAction() public method

Edit settings of the current user
public editAction ( ) : void
return void
    public function editAction()
    {
        $this->assignElectronicAddressOptions();
        $this->view->assignMultiple(array('user' => $this->currentUser));
    }