• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/preselectedcollection.php
  • Класс: BitrixUIEntitySelectorPreselectedCollection
  • Вызов: PreselectedCollection::getEntityItems
public function getEntityItems(string $entityId): array
{
	return $this->itemsByEntity[$entityId] ?? [];
}