App\Http\Controllers\User\Settings\SettingController::editField PHP Method

editField() public method

edit Field setting
public editField ( ) : Xpressengine\Presenter\RendererInterface
return Xpressengine\Presenter\RendererInterface
    public function editField()
    {
        $connection = $this->users->getConnection();
        $dynamicFieldSection = new DynamicFieldSection('user', $connection, false);
        return XePresenter::make('user.settings.setting.field', compact('dynamicFieldSection'));
    }