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