• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/IoC/ContainerBuilder.php
  • Класс: BitrixCatalogv2IoCContainerBuilder
  • Вызов: ContainerBuilder::getConfigPaths
static function getConfigPaths(): array
{
	if (!defined('CATALOG_CONTAINER_PATH'))
	{
		throw new NotSupportedException('Default container path not found.');
	}

	$configPaths = static::getLocalPaths(CATALOG_CONTAINER_PATH);

	if (empty($configPaths))
	{
		throw new NotSupportedException('Default container config does not exist.');
	}

	return $configPaths;
}