• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/quote.php
  • Класс: Bitrix\Crm\QuoteTable
  • Вызов: QuoteTable::getStorageTypeIdValues
static function getStorageTypeIdValues(): array
{
	$values = StorageType::getAllTypes();

	return array_merge($values, array_map('strval', $values));
}