• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/itemlist.php
  • Класс: Bitrix\Crm\Component\ItemList
  • Вызов: ItemList::getCounterPanelView
protected function getCounterPanelView(): array
{
	// remove this after UI release
	$position = defined('\Bitrix\UI\Toolbar\ButtonLocation::AFTER_NAVIGATION')
		? Toolbar\ButtonLocation::AFTER_NAVIGATION
		: 'after_navigation';

	return [
		'html' => $this->getCounterPanelViewHtml(),
		'position' => $position,
		'isActive' => false,
	];
}