Form::getFieldsDescription

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Form
  4. getFieldsDescription
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/form.php
  • Класс: Bitrix\Crm\WebForm\Form
  • Вызов: Form::getFieldsDescription
public function getFieldsDescription()
{
	return EntityFieldProvider::getFieldsDescription($this->getFields(), $this->get()['FORM_SETTINGS']['REQUISITE_PRESET_ID'] ?? null);
}

Добавить комментарий