_init(\Magento\Email\Model\Template::class, \Magento\Email\Model\ResourceModel\Template::class); $this->_templateTable = $this->getMainTable(); } /** * Convert collection items to select options array * * @return array */ public function toOptionArray() { return $this->_toOptionArray('template_id', 'template_code'); } }