| Total Complexity | 2 | 
| Total Lines | 17 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 26 | class UrlBuilder  | 
            ||
| 27 | { | 
            ||
| 28 | /**  | 
            ||
| 29 | * Returns the URL to the current module, including $_GET['id'].  | 
            ||
| 30 | *  | 
            ||
| 31 | * @param array $uriParameters optional parameters to add to the URL  | 
            ||
| 32 | *  | 
            ||
| 33 | * @throws \TYPO3\CMS\Backend\Routing\Exception\RouteNotFoundException  | 
            ||
| 34 | */  | 
            ||
| 35 | public static function getInfoModuleUrl(array $uriParameters = []): Uri  | 
            ||
| 45 |