• Модуль: lists
  • Путь к файлу: ~/bitrix/modules/lists/lib/copy/integration/groupstepper.php
  • Класс: BitrixListsCopyIntegrationGroupStepper
  • Вызов: GroupStepper::getOffset
private function getOffset(string $iblockTypeId, int $copiedGroupId): int
{
	$iblockIds = $this->getIblockIdsToCopy($iblockTypeId, $copiedGroupId);
	return count($iblockIds);
}