pageFactory = $pageFactory; $this->messageManager = $messageManager; $this->resultFactory = $context->getResultFactory(); $this->inlineTranslation = $inlineTranslation; $this->escaper = $escaper; $this->transportBuilder = $transportBuilder; $this->logger = $helperContext->getLogger(); parent::__construct($context); } public function execute() { return $this->pageFactory->create(); } }