• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/service/disputedareaservice/sevastopoldispute.php
  • Класс: BitrixLocationInfrastructureServiceDisputedAreaServiceSevastopolDispute
  • Вызов: SevastopolDispute::getInfo
protected function getInfo(): array
{
	$country = in_array($this->currentRegion, ['ru', 'by'], true)
		? Loc::getMessage('LOCATION_ISTRUCTURE_DISPSRV_RUSSIA')
		: Loc::getMessage('LOCATION_ISTRUCTURE_DISPSRV_UKRAINE');

	return [
		'country' => $country,
	];
}