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