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