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