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