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