• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/managers/vendordataexchangemanager.php
  • Класс: BitrixCalendarSyncManagersVendorDataExchangeManager
  • Вызов: VendorDataExchangeManager::importSections
public function importSections(): self
{
	//sections
	$sectionImporter = (new ImportSectionManager($this->factory))->import();

	$this->handleImportedSections($sectionImporter->getSyncSectionMap());

	return $this;
}