eZ\Publish\Core\REST\Server\Controller\Services::loadCountryList PHP Method

loadCountryList() public method

Loads Country List.
public loadCountryList ( )
    public function loadCountryList()
    {
        return new Values\CountryList($this->countriesInfo);
    }