• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/integration/transformermanager.php
  • Класс: BitrixDiskIntegrationTransformerManager
  • Вызов: TransformerManager::checkTransformationAttempts
static function checkTransformationAttempts(File $file)
{
	$info = FileTransformer::getTransformationInfoByFile((int)$file->getFileId());
	if($info)
	{
		return true;
	}

	return false;
}