• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/grid/row/assembler/property/sectionfieldassembler.php
  • Класс: BitrixIblockGridRowAssemblerPropertySectionFieldAssembler
  • Вызов: SectionFieldAssembler::validateProperty
protected function validateProperty(array $property): ?array
{
	$property['LINK_IBLOCK_ID'] = (int)$property['LINK_IBLOCK_ID'];
	if ($property['LINK_IBLOCK_ID'] <= 0)
	{
		$property['LINK_IBLOCK_ID'] = null;
	}

	return $property;
}