| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 14 | function saml2debug_hook_configpage(Template &$template): void | ||
| 15 | { | ||
| 16 | $template->data['links'][] = [ | ||
| 17 |         'href' => Module::getModuleURL('saml2debug/decode'), | ||
| 18 |         'text' => Translate::noop('SAML 2.0 Debugger'), | ||
| 19 | ]; | ||
| 20 | |||
| 21 |     $template->getLocalization()->addModuleDomain('saml2debug'); | ||
| 22 | } | ||
| 23 |