• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/google/repository.php
  • Класс: BitrixLocationSourceGoogleRepository
  • Вызов: Repository::findLocalLocationByExternalId
protected function findLocalLocationByExternalId(Location $location)
{
	return LocationService::getInstance()->findByExternalId(
		$location->getExternalId(),
		$location->getSourceCode(),
		$location->getLanguageId(),
		LOCATION_SEARCH_SCOPE_INTERNAL
	);
}