• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/dashboard/storestockdashboard.php
  • Класс: BitrixCatalogIntegrationReportDashboardStoreStockDashboard
  • Вызов: StoreStockDashboard::getDefaultViewList
static function getDefaultViewList(): array
{
	return [
		new StoreStockSaleChart(),
		new StoreStockGrid(),
	];
}