• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/ui/entityselector/countryprovider.php
  • Класс: Bitrix\Crm\Integration\UI\EntitySelector\CountryProvider
  • Вызов: CountryProvider::getDefaultCountry
static function getDefaultCountry(): string
{
	$defaultCountry = Parser::getDefaultCountry();

	return empty($defaultCountry) ? static::GLOBAL_COUNTRY_CODE : $defaultCountry;
}