• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::getCardConfigId
public function getCardConfigId(): string
{
	$iblockInfo = ServiceContainer::getIblockInfo($this->entity->getIblockId());

	if ($iblockInfo)
	{
		return 'catalog-entity-card-config-' . $iblockInfo->getProductIblockId();
	}

	return 'catalog-entity-card-config';
}