• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/LogMessage/ProductCompilationViewed.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\LogMessage\ProductCompilationViewed
  • Вызов: ProductCompilationViewed::getContentBlocks
public function getContentBlocks(): ?array
{
	return [
		'content' =>
			(new Text())
				->setValue(Loc::getMessage('CRM_TIMELINE_ECOMMERCE_CUSTOMER_OPENED_PRODUCT_SELECTION'))
				->setColor(Text::COLOR_BASE_90)
		,
	];
}