Total Complexity | 3 |
Total Lines | 46 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | final class Editor implements Bootable |
||
8 | { |
||
9 | /** |
||
10 | * Boot the service. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public static function boot(): void |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Remove unused buttons from the post excerpt editor. |
||
23 | * |
||
24 | * @param array $buttons |
||
25 | * @param string $editorId |
||
26 | * |
||
27 | * @return array |
||
28 | */ |
||
29 | public function buttons(array $buttons, string $editorId): array |
||
55 |