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