• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/webpackfile.php
  • Класс: BitrixLandingAssetsWebpackFile
  • Вызов: WebpackFile::getOutput
public function getOutput(): string
{
	return $this->fileController
		->getLoader()
		->setCacheTtl(self::$cacheTtl)
		->getString();
}