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

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

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