• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/profileimport.php
  • Класс: BitrixSaleExchangeProfileImport
  • Вызов: ProfileImport::isImportable
public function isImportable()
    {
        return $this->settings->isImportableFor($this->getOwnerTypeId());
    }