• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::getCustomControlParameters
protected function getCustomControlParameters(string $fieldName): array
{
	return [
		'view' => $fieldName . '[VIEW_HTML]',
		'edit' => $fieldName . '[EDIT_HTML]',
		'editList' => $fieldName . '[EDIT_HTML_LIST]',
		'viewList' => $fieldName . '[VIEW_HTML_LIST]',
	];
}