• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/delivery/handlers/base.php
  • Класс: BitrixSalesCenterDeliveryHandlersBase
  • Вызов: Base::getInstallationComponentPath
protected function getInstallationComponentPath(): string
{
	return getLocalPath(
		sprintf(
			'components%s/slider.php',
			CComponentEngine::makeComponentPath('bitrix:salescenter.delivery.wizard')
		)
	);
}