• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/volatile/fieldinfo.php
  • Класс: Bitrix\Crm\Integrity\Volatile\FieldInfo
  • Вызов: FieldInfo::getFieldNameByPath
public function getFieldNameByPath(string $fieldPathName): string
{
	$info = $this->splitFieldPath($fieldPathName);

	return $info['name'];
}