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

	if ($iblockInfo)
	{
		return 'catalog-product-variation-grid-' . $iblockInfo->getProductIblockId();
	}

	return 'catalog-product-variation-grid';
}