• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/entitydetails/basecomponent.php
  • Класс: Bitrix\Crm\Component\EntityDetails\BaseComponent
  • Вызов: BaseComponent::isPreviewItemBeforeCopyMode
protected function isPreviewItemBeforeCopyMode(): bool
{
	return (int)$this->getRequestParamOrDefault('copy', 0) === 1;
}