Total Complexity | 5 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class AboutMenuPage extends AbstractDocsMenuPage |
||
15 | { |
||
16 | use OpenInModalTriggerMenuPageTrait; |
||
17 | |||
18 | public function getMenuPageSlug(): string |
||
19 | { |
||
20 | return 'about'; |
||
21 | } |
||
22 | |||
23 | protected function useTabpanelForContent(): bool |
||
26 | } |
||
27 | |||
28 | protected function getContentToPrint(): string |
||
37 | ); |
||
38 | } |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * Enqueue the required assets |
||
43 | */ |
||
44 | protected function enqueueAssets(): void |
||
51 |