• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/sendingchannels/internals/sendingchannelstable.php
  • Класс: Bitrix\Crm\Order\SendingChannels\Internals\SendingChannelsTable
  • Вызов: SendingChannelsTable::getSupportedEntityTypes
static function getSupportedEntityTypes()
{
	return [
		Registry::ENTITY_ORDER
	];
}