Beispiel #1
0
 /**
  * @return array
  */
 protected function _getOptions()
 {
     $options = $this->_collectionFactory->load()->toOptionArray();
     array_unshift($options, array('value' => '', 'label' => __('All countries')));
     return $options;
 }