• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/productform.php
  • Класс: BitrixCatalogComponentProductForm
  • Вызов: ProductForm::getVariationGridSignedParameters
protected function getVariationGridSignedParameters(): string
{
	return ParameterSigner::signParameters(
		$this->getVariationGridComponentName(),
		$this->getVariationGridParameters()
	);
}