• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/handler/basehandler.php
  • Класс: BitrixCatalogIntegrationReportHandlerBaseHandler
  • Вызов: BaseHandler::getAnalyticBoardByKey
static function getAnalyticBoardByKey($key): ?AnalyticBoard
{
	$boardProvider = new AnalyticBoardProvider();
	$boardProvider->addFilter('boardKey', $key);

	return $boardProvider->execute()->getFirstResult();
}