• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/profile.php
  • Класс: BitrixSaleControllerProfile
  • Вызов: Profile::getFieldsAction
public function getFieldsAction()
{
	$view = $this->getViewManager()
		->getView($this);

	return ['PROFILE'=>$view->prepareFieldInfos(
		$view->getFields()
	)];
}