1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
oauthmodule.php
См. документацию.
1<?php
2
3namespace Bitrix\Rest\Integration;
4
5use Bitrix\Main\Config\Option;
6use Bitrix\Main\ModuleManager;
7
8final class OAuthModule
9{
15 public static function isSupported(): bool
16 {
17 return
19 && Option::get('rest', 'oauth_module_supported') === 'Y'
20 ;
21 }
22}
static isModuleInstalled($moduleName)
Определения modulemanager.php:125