• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/webpackfile.php
  • Класс: BitrixLandingAssetsWebpackFile
  • Вызов: WebpackFile::markToRebuild
static function markToRebuild($lid): void
{
	if (!$lid || empty($lid))
	{
		throw new MainArgumentException('LID must be int or array of int', 'lid');
	}

	if (File::markAssetToRebuild($lid))
	{
		Manager::clearCacheForLanding($lid);
	}
}