Smalot\Magento\Directory\Directory::getRegionList PHP Method

getRegionList() public method

Retrieve the list of regions in the specified country.
public getRegionList ( string $country ) : Smalot\Magento\ActionInterface
$country string
return Smalot\Magento\ActionInterface
    public function getRegionList($country)
    {
        return $this->__createAction('directory_region.list', func_get_args());
    }