• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/discount/discountmanager.php
  • Класс: BitrixCatalogDiscountDiscountManager
  • Вызов: DiscountManager::getCacheKeyForEntityList
static function getCacheKeyForEntityList(array $entityList): string
{
	return md5(serialize($entityList));
}