initCurrentCustomer(); /** @var \Magento\Newsletter\Model\Subscriber $subscriber */ $subscriber = $this->_objectManager ->create(\Magento\Newsletter\Model\Subscriber::class) ->loadByCustomerId($customerId); $this->_coreRegistry->register('subscriber', $subscriber); $resultLayout = $this->resultLayoutFactory->create(); return $resultLayout; } }