예제 #1
0
파일: Country.php 프로젝트: aiesh/magento2
 /**
  * @return array
  */
 protected function _getOptions()
 {
     $options = $this->_collectionFactory->load()->toOptionArray();
     array_unshift($options, array('value' => '', 'label' => __('All countries')));
     return $options;
 }