...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/webform/entity.php
- Класс: Bitrix\Crm\WebForm\Entity
- Вызов: Entity::isSchemeSupportEntity
static function isSchemeSupportEntity(int $schemeId, int $entityTypeId): bool { $scheme = Entity::getSchemes((int) $schemeId); $entityName = \CCrmOwnerType::ResolveName((int) $entityTypeId); return ( $entityName && $scheme && in_array($entityName, $scheme['ENTITIES'], true)); }