1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
form.php
См. документацию.
1
<?php
2
namespace
Bitrix\Landing\Restriction;
3
4
use Bitrix\Bitrix24\Feature;
5
use Bitrix\Main\Loader;
6
7
class
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
}
Bitrix\Landing\Restriction\Form
Определения
form.php:8
Bitrix\Landing\Restriction\Form\isMinisitesAllowed
static isMinisitesAllowed()
Определения
form.php:13
bitrix
modules
landing
lib
restriction
form.php
Создано системой
1.14.0