• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/v2/productrow.php
  • Класс: Bitrix\Crm\Controller\v2\ProductRow
  • Вызов: ProductRow::isEntityTypeSupported
protected function isEntityTypeSupported(int $entityTypeId): bool
{
	return
		($entityTypeId === \CCrmOwnerType::Quote)
		|| \CCrmOwnerType::isPossibleDynamicTypeId($entityTypeId)
	;
}