• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/TempFile.php
  • Класс: BitrixUIFileUploaderTempFile
  • Вызов: TempFile::getAbsoluteCloudPath
private function getAbsoluteCloudPath(): ?string
{
	$bucket = $this->getBucket();
	if (!$bucket)
	{
		return null;
	}

	return $bucket->getFileSRC($this->getPath());
}