Go to the source code of this file.
◆ base()
Definition at line 2 of file base.php.
3{
6 $renderer =
$DIC->ui()->renderer();
7 $message =
'Are you sure you want to delete the following items?';
8 $form_action =
$DIC->ctrl()->getFormActionByClass(
'ilsystemstyledocumentationgui');
10
11
12
13 return $renderer->render($modal);
14}
References $DIC, $factory, and $message.