32 $this->_countryCollectionFactory = $countryCollectionFactory;
40 $supported = $this->_configFactory->create()->getSupportedMerchantCountryCodes();
41 $options = $this->_countryCollectionFactory->create()->addCountryCodeFilter(
44 )->loadData()->toOptionArray(
45 $isMultiselect ?
false :
__(
'--Please Select--')
$_countryCollectionFactory
__construct(\Magento\Paypal\Model\ConfigFactory $configFactory, \Magento\Directory\Model\ResourceModel\Country\CollectionFactory $countryCollectionFactory)
toOptionArray($isMultiselect=false)