• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/publicaction/history.php
  • Класс: BitrixLandingPublicActionHistory
  • Вызов: History::clearDesignerBlock
static function clearDesignerBlock(int $blockId): PublicActionResult
{
	return self::clearForEntity(LandingHistory::ENTITY_TYPE_DESIGNER_BLOCK, $blockId);
}