/** * Deletes an entity. * */ public function deleteAction(Request $request, $id) { parent::deleteAction($request, $id); return $this->redirect($this->generateUrl('hecommerce_store_buy')); }
public function __construct() { parent::__construct('headoo_ecommerce.customergroup.entity', 'CustomerGroup'); }
public function __construct() { parent::__construct('headoo_ecommerce.service.entity', 'Service'); }
public function __construct() { parent::__construct('headoo_ecommerce.paymentmethod.entity', 'PaymentMethod'); }
public function __construct() { parent::__construct('headoo_ecommerce.pricecurrency.entity', 'PriceCurrency'); }