Go to the source code of this file.
◆ base()
Definition at line 5 of file base.php.
References $DIC, and $f.
9 $f = $DIC->ui()->factory();
10 $renderer = $DIC->ui()->renderer();
12 $image =
$f->image()->responsive(
13 "./templates/default/images/HeaderIcon.svg",
17 $card =
$f->card()->repositoryObject(
"RepositoryObject Card Title", $image);
20 return $renderer->render($card);