getId() !== null ? array('itemCategoryId'=>$itemCategory->getId(), 'id'=>$item->getId()) : array('itemCategoryId'=>$itemCategory->getId()); return $this->formFactory->create(ItemType::class, $item, array( 'action'=>$this->router->generate($route, $params), 'method'=>'post', 'data_route'=>$route, )); } }