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