• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Common/Logo.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Common\Logo
  • Вызов: Logo::createLogoInstanceForCustomCode
protected function createLogoInstanceForCustomCode(): ?Body\Logo
{
	$customLogo = $this->getCustomLogo();
	if (!$customLogo)
	{
		return null;
	}

	return (new Body\Logo($this->getCode()))
		->setBackgroundUrl($customLogo->getFileUri())
		->setBackgroundSize()
	;
}