• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/platform.php
  • Класс: BitrixSaleTradingPlatformPlatform
  • Вызов: Platform::unSetCatalogSectionsTabEvent
protected function unSetCatalogSectionsTabEvent()
{
	$eventManager = EventManager::getInstance();
	$eventManager->unRegisterEventHandler("main", "OnAdminIBlockSectionEdit", "sale", "\Bitrix\Sale\TradingPlatform\CatalogSectionTab", "OnInit");
}