32 protected $_template =
'Magento_Newsletter::subscriber/list.phtml';
49 $this->_collectionFactory = $collectionFactory;
50 parent::__construct($context,
$data);
60 return parent::_beforeToHtml();
68 public function getQueueCollection()
70 if ($this->_queueCollection ===
null) {
72 $this->_queueCollection = $this
76 ->addOnlyUnsentFilter()
100 return $this->getQueueCollection()->toOptionArray();
__construct(\Magento\Backend\Block\Template\Context $context, \Magento\Newsletter\Model\ResourceModel\Queue\CollectionFactory $collectionFactory, array $data=[])