• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/location/strategy/save/newitem.php
  • Класс: BitrixLocationRepositoryLocationStrategySaveNewItem
  • Вызов: NewItem::findLocalSavedLocation
protected function findLocalSavedLocation(Location $location)
{
	return ServiceLocationService::getInstance()->findByExternalId(
		$location->getExternalId(),
		$location->getSourceCode(),
		$location->getLanguageId(),
		LOCATION_SEARCH_SCOPE_INTERNAL
	);
}