| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class DraftsIntegrate |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Registers hooks as needed for the drafts function to work |
||
| 23 | * |
||
| 24 | * @return array |
||
| 25 | */ |
||
| 26 | public static function register(): array |
||
| 27 | { |
||
| 28 | // $hook, $function, $file |
||
| 29 | return []; |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Returns the config settings form the drafts module |
||
| 34 | * |
||
| 35 | * @return array |
||
| 36 | */ |
||
| 37 | public static function settingsRegister(): array |
||
| 46 | ]; |
||
| 47 | } |
||
| 49 |