Smalot\Magento\Directory\Directory::getCountryList PHP Method

getCountryList() public method

Retrieve the list of countries from Magento.
public getCountryList ( ) : Smalot\Magento\ActionInterface
return Smalot\Magento\ActionInterface
    public function getCountryList()
    {
        return $this->__createAction('directory_country.list', func_get_args());
    }