productBuilder = $productBuilder; parent::__construct($context); } /** * @inheritdoc */ public function execute() { $this->productBuilder->build($this->getRequest()); return $this->resultFactory->create(ResultFactory::TYPE_LAYOUT); } }