getService()->getFormService()->action_init_process(__FUNCTION__); $template = array_key_exists('template', $params) ? $params['template'] : 'disk_stock'; return view('cells/part/' . $template, [ 'partCellDatas' => [ 'helper' => $this->getService()->getHelper(), 'formFilters' => $this->getService()->getFormService()->getFormFilters(), 'formOptions' => $this->getService()->getFormService()->getFormOptions(), 'entities' => $this->getService()->getEntities(), ], ]); } }