• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/locationrepository.php
  • Класс: BitrixLocationRepositoryLocationRepository
  • Вызов: LocationRepository::findByExternalId
public function findByExternalId(string $externalId, string $sourceCode, string $languageId, int $searchScope)
{
	return $this->findStrategy->findByExternalId($externalId, $sourceCode, $languageId, $searchScope);
}