• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/Integration/Rest/ImportStep.php
  • Класс: BitrixUIIntegrationRestImportStep
  • Вызов: ImportStep::fulfill
static function fulfill(MainEvent $event): array
{
	$step = new static($event);
	if ($step->errorCollection->isEmpty())
	{
		$step->makeAStep();
	}
	return $step->makeAnAnswer();
}