Go to the source code of this file.
◆ confirmation()
Definition at line 2 of file confirmation.php.
3{
6 $renderer =
$DIC->ui()->renderer();
7
8 $buttons = [
$f->button()->standard(
"Confirm",
"#"),
$f->button()->standard(
"Cancel",
"#")];
9
10 return $renderer->render(
$f->messageBox()->confirmation(
"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.")->withButtons($buttons));
11}
References $DIC, and $f.