• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/basetype/file.php
  • Класс: BitrixBizprocBaseTypeFile
  • Вызов: File::formatValueShortLink
static function formatValueShortLink(FieldType $fieldType, $value)
{
	$pubLink = static::formatValuePublicLink($fieldType, $value);
	if ($pubLink)
	{
		return MainEngineUrlManager::getInstance()->getHostUrl().CBXShortUri::getShortUri($pubLink);
	}
	return '';
}