Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
34 | public function getJavascripts(): array { |
||
35 | |||
36 | return [ |
||
37 | "WBWCoreJQueryInputMask" => "@WBWCore/assets/WBWCoreJQueryInputMask.js.twig", |
||
38 | "WBWCoreLeaflet" => "@WBWCore/assets/WBWCoreLeaflet.js.twig", |
||
39 | "WBWCoreMaterialDesignColorPalette" => "@WBWCore/assets/WBWCoreMaterialDesignColorPalette.js.twig", |
||
40 | "WBWCoreSweetAlert" => "@WBWCore/assets/WBWCoreSweetAlert.js.twig", |
||
41 | "WBWCoreWaitMe" => "@WBWCore/assets/WBWCoreWaitMe.js.twig", |
||
42 | ]; |
||
45 |