App\Http\Controllers\User\Settings\SettingController::editField PHP 메소드

editField() 공개 메소드

edit Field setting
public editField ( ) : Xpressengine\Presenter\RendererInterface
리턴 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'));
    }