• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/grid/panel/ui/item/group/setparametersgroupchild.php
  • Класс: BitrixCatalogGridPanelUIItemGroupSetParametersGroupChild
  • Вызов: SetParametersGroupChild::isAvailableField
private function isAvailableField(string $fieldName): bool
{
	$dropdownItems = $this->getParametersDropdownControl()['ITEMS'];
	$dropdownItemsNames = array_column($dropdownItems, 'VALUE');

	return in_array($fieldName, $dropdownItemsNames, true);
}