• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityform/scope.php
  • Класс: BitrixUiEntityFormScope
  • Вызов: Scope::getById
public function getById(int $scopeId): ?array
{
	return EntityFormConfigTable::getRowById($scopeId);
}