1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
form.php
См. документацию.
1<?php
2namespace Bitrix\Landing\Restriction;
3
4use Bitrix\Bitrix24\Feature;
5use Bitrix\Main\Loader;
6
7class Form
8{
13 public static function isMinisitesAllowed(): bool
14 {
15 if (Loader::includeModule('bitrix24'))
16 {
17 return Feature::isFeatureEnabled('landing_allow_minisites');
18 }
19
20 return true;
21 }
22}
static isMinisitesAllowed()
Определения form.php:13