skeeks\cms\base\ConfigFormInterface::renderConfigForm PHP Method

renderConfigForm() public method

public renderConfigForm ( ActiveForm $form ) : string
$form yii\widgets\ActiveForm
return string the view path that may be prefixed to a relative view name.
    public function renderConfigForm(ActiveForm $form);
ConfigFormInterface