config = $config; parent::__construct($context); } /** * Provides link to BI Essentials signup * * @return \Magento\Framework\Controller\AbstractResult */ public function execute() { return $this->resultRedirectFactory->create()->setUrl( $this->config->getValue($this->urlBIEssentialsConfigPath) ); } }