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