• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/itemlist.php
  • Класс: Bitrix\Crm\Component\ItemList
  • Вызов: ItemList::getHeaderSections
protected function getHeaderSections(): array
{
	return [
		[
			'id' => $this->factory->getEntityName(),
			'name' => $this->factory->getEntityDescription(),
			'default' => true,
			'selected' => true,
		],
	];
}