Piwik\Plugins\UserCountry\LocationProvider\DefaultProvider::getSupportedLocationInfo PHP Method

getSupportedLocationInfo() public method

This provider supports the following types of location info: - continent code - continent name - country code - country name
public getSupportedLocationInfo ( ) : array
return array
    public function getSupportedLocationInfo()
    {
        return array(self::CONTINENT_CODE_KEY => true, self::CONTINENT_NAME_KEY => true, self::COUNTRY_CODE_KEY => true, self::COUNTRY_NAME_KEY => true);
    }