Go to the source code of this file.
◆ with_image_action()
Definition at line 5 of file with_image_action.php.
6{
7
10 $renderer =
$DIC->ui()->renderer();
11
12 $image =
$f->image()->responsive(
13 "./templates/default/images/HeaderIcon.svg",
14 "Thumbnail Example"
15 );
16
17 $url =
"http://www.ilias.de";
18
19 $card =
$f->card()->standard(
"Title", $image)->withImageAction(
$url);
20
21
22 return $renderer->render($card);
23}
References $DIC, $f, and $url.