• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/grid/panel/productgroupaction.php
  • Класс: BitrixCatalogGridPanelProductGroupAction
  • Вызов: ProductGroupAction::getProductFieldMeasureRequest
protected function getProductFieldMeasureRequest(): ?array
{
	$result = $this->checkIntValue($this->request->get($this->getFormRowFieldName('MEASURE')));
	if ($result === null || $result <= 0)
		return null;
	return ['MEASURE' => $result];
}