1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
SectionUserFieldProvider.php
См. документацию.
1<?php
2
3namespace Bitrix\Iblock\Integration\UI\EntitySelector;
4
5use Bitrix\Iblock\UserField\Types\SectionType;
6
8{
9 protected function getEntityId(): string
10 {
11 return 'iblock-section-user-field';
12 }
13
14 protected function getEnumTypeClass(): string
15 {
16 return SectionType::class;
17 }
18}