• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/LogMessage/CalendarSharing/EventDownloaded.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\LogMessage\CalendarSharing\EventDownloaded
  • Вызов: EventDownloaded::getContentBlocks
public function getContentBlocks(): ?array
{
	return [
		'planned' => $this->getPlannedEventContentBlock(),
	];
}