3 declare(strict_types=1);
10 $factory = $DIC->ui()->factory();
11 $renderer = $DIC->ui()->renderer();
12 $message =
'Are you sure you want to delete the following items?';
13 $form_action = $DIC->ctrl()->getFormActionByClass(
'ilsystemstyledocumentationgui');
14 $modal = $factory->modal()->interruptive(
'My Title',
$message, $form_action);
18 return $renderer->render($modal);