• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/copy/copyimplementer.php
  • Класс: BitrixMainCopyCopyImplementer
  • Вызов: CopyImplementer::copyUfFields
protected function copyUfFields(int $entityId, int $copiedEntityId, string $ufObject)
{
	if (!$this->userTypeManager)
	{
		return;
	}

	$this->userTypeManager->copy($ufObject, $entityId, $copiedEntityId,
		$this, $this->executiveUserId, $this->ufIgnoreList);
}