Example #1
0
 /**
  * Retrieve country collection
  *
  * @return \Magento\Directory\Model\Resource\Country\Collection
  */
 public function getCountryCollection()
 {
     if (!$this->_countryCollection->isLoaded()) {
         $this->_countryCollection->loadByStore();
     }
     return $this->_countryCollection;
 }