| Total Complexity | 5 | 
| Total Lines | 37 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 4 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 7 | class PageCanonicalService | ||
| 8 | { | ||
| 9 | protected $router; | ||
| 10 | protected $defaultLocaleWithoutPrefix; | ||
| 11 | protected $defaultLocale; | ||
| 12 | protected $locale; | ||
| 13 | protected $params; | ||
| 14 | |||
| 15 | public function __construct( | ||
| 23 | } | ||
| 24 | |||
| 25 | public function generatePathForHomepage() | ||
| 28 | } | ||
| 29 | |||
| 30 | /** | ||
| 31 | * @var string Permit to generate a link for another language than the current request | ||
| 32 | */ | ||
| 33 | public function generatePathForPage(?string $slug) | ||
| 46 |