Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | public function update_data() |
||
22 | { |
||
23 | return array( |
||
24 | // Other extension can use this version to deterime if the extension is installed, |
||
25 | // And if the interface for the module is compatible with the version they use. |
||
26 | array('config.add', array('tfa_module_interface_version', '1.0.0')), |
||
27 | ); |
||
28 | } |
||
29 | } |
||
30 |