getModule('faq'); $path = $module->getArticleUploadPath(); $url = $module->getArticleUploadPath(); return ArrayHelper::merge(parent::behaviors(), [ 'uploadBehavior' => [ 'class' => UploadBehavior::class, 'attributes' => [ 'image_link' => [ 'path' => $path, 'url' => Yii::$app->getRequest()->BaseUrl . $url ] ] ], ]); } */