• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/History/Action/UpdateContentAction.php
  • Класс: BitrixLandingHistoryActionUpdateContentAction
  • Вызов: UpdateContentAction::isNeedPush
public function isNeedPush(): bool
{
	return
		parent::isNeedPush()
		&& $this->params['contentBefore'] !== $this->params['contentAfter'];
}