Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class Text extends AbstractUiElement |
||
11 | { |
||
12 | protected $type = 'text'; |
||
13 | |||
14 | public function getImage(): string |
||
15 | { |
||
16 | return '/bundles/monsieurbizsyliusricheditorplugin/images/ui_elements/text.svg'; |
||
17 | } |
||
18 | |||
19 | public function getFields(): array |
||
22 | } |
||
23 | |||
24 | public function getFormClass(): string |
||
27 | } |
||
28 | } |
||
29 |