getDataSourceClassName()); $templateFile = 'CRM/Contact/Import/Form/' . $dataSourcePath[3] . '.tpl'; $this->assign('dataSourceFormTemplateFile', $templateFile ?? NULL); } /** * Build the form object. */ public function buildQuickForm(): void { $this->buildDataSourceFields(); } }