- Модуль: location
- Путь к файлу: ~/bitrix/modules/location/lib/repository/location/strategy/find.php
- Класс: BitrixLocationRepositoryLocationStrategyFind
- Вызов: Find::findByExternalId
public function findByExternalId(string $externalId, string $sourceCode, string $languageId, int $searchScope)
{
return $this->find(IFindByExternalId::class, 'findByExternalId', [$externalId, $sourceCode, $languageId], $searchScope);
}