• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entity/entityeditorconfig.php
  • Класс: Bitrix\Crm\Entity\EntityEditorConfig
  • Вызов: EntityEditorConfig::isEntityTypeSupported
static function isEntityTypeSupported($entityTypeID)
{
	return $entityTypeID === \CCrmOwnerType::Lead
		|| $entityTypeID === \CCrmOwnerType::Deal
		|| $entityTypeID === \CCrmOwnerType::Contact
		|| $entityTypeID === \CCrmOwnerType::Company
		|| \CCrmOwnerType::isUseFactoryBasedApproach($entityTypeID);
}