Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
32 | public function process(array $parent) |
||
33 | { |
||
34 | $preset = $parent['parameters']['preset']; |
||
35 | |||
36 | $message = LocalizationService::localize('Notification/Entity:field.rte.ck_editor_preset_missing', [$preset]); |
||
37 | $message = StringService::mark($message, '<code>$1</code>'); |
||
38 | |||
39 | return '<span class="bg-danger">' . $message . '</span>'; |
||
40 | } |
||
42 |