• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/EventHistory/EventHistoryData.php
  • Класс: Bitrix\Crm\Service\EventHistory\EventHistoryData
  • Вызов: EventHistoryData::getEventName
public function getEventName(): ?string
{
	return $this->storage['EVENT_NAME'] ?? null;
}