| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | 22 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
|
| 36 | { |
||
| 37 | 22 | $previousRequest = static::getUsedSearchRequestFromRenderingContext($renderingContext); |
|
| 38 | 22 | $uri = self::getSearchUriBuilder($renderingContext)->getCurrentSearchUri($previousRequest); |
|
| 39 | 22 | return $uri; |
|
| 40 | } |
||
| 42 |