Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function renderAdvancedNavigation( |
||
31 | Environment $environment, |
||
32 | string $identifier, |
||
33 | string $template |
||
34 | ): string { |
||
35 | return $environment->render( |
||
36 | $template, |
||
37 | [ |
||
38 | 'root' => $this->navigationHelper->getNavigation($identifier)->getCurrent(), |
||
39 | 'identifier' => $identifier, |
||
40 | 'helper' => $this->helper, |
||
41 | 'navigation_helper' => $this->navigationHelper, |
||
42 | ] |
||
57 |