• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountbase.php
  • Класс: BitrixSaleDiscountBase
  • Вызов: DiscountBase::getEntityMarkerClassName
protected function getEntityMarkerClassName(): string
{
	$registry = Registry::getInstance(static::getRegistryType());
	return $registry->getEntityMarkerClassName();
}