• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/entitylist/clientdataprovider.php
  • Класс: Bitrix\Crm\Component\EntityList\ClientDataProvider
  • Вызов: ClientDataProvider::getDictionaryFieldValue
protected function getDictionaryFieldValue(string $fieldId, string $value): string
{
	return $this->getDictionary($fieldId)[$value] ?? $value;
}