• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/service/manager.php
  • Класс: BitrixBizprocServiceManager
  • Вызов: Manager::hasDebugService
public function hasDebugService(string $serviceName): bool
{
	return $this->serviceLocator->has($this->getFullServiceName($serviceName, true));
}