• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/options/fields.php
  • Класс: Bitrix\Crm\WebForm\Options\Fields
  • Вызов: Fields::isTypeHasLabel
static function isTypeHasLabel($type)
{
	return !in_array($type, ['br', 'hr']);
}