Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
Definition
form.php:8
Bitrix\Landing\Restriction\Form\isMinisitesAllowed
static isMinisitesAllowed()
Definition
form.php:13
Bitrix\Main\Loader
Definition
loader.php:12
Bitrix\Landing\Restriction
Definition
block.php:2
modules
landing
lib
restriction
form.php
Создано системой
1.10.0