Conditions | 1 |
Paths | 1 |
Total Lines | 18 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | public function getHooks() |
||
26 | { |
||
27 | return [ |
||
28 | [ |
||
29 | "type" => TemplateDefinition::BACK_OFFICE, |
||
30 | "code" => "take-customer-account.form", |
||
31 | "title" => array( |
||
32 | "fr_FR" => "Module Take Customer Account, form", |
||
33 | "en_US" => "Module Take Customer Account, form", |
||
34 | ), |
||
35 | "description" => array( |
||
36 | "fr_FR" => "En haut du formulaire", |
||
37 | "en_US" => "Top of form", |
||
38 | ), |
||
39 | "active" => true |
||
40 | ] |
||
41 | ]; |
||
42 | } |
||
43 | } |
||
44 |