class = TaxRateInterface::class; $this->type = TaxRateType::class; $this->template = "default"; $this->routePrefix = "lc_shop_tax_rate"; parent::__construct($entityManager); } public function newBeforeFlush(){ } }