module = \Yii::t('links', 'Links'); $form->menu_id = $this->menu_id; return $this->render('menu-item/creator', [ 'model' => $form, ]); } }