ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
video_youtube.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
41function video_youtube(): string
42{
43 global $DIC;
44 $renderer = $DIC->ui()->renderer();
45 $f = $DIC->ui()->factory();
46
47 $video = $f->player()->video("https://www.youtube.com/watch?v=YSN2osYbshQ");
48
49 return $renderer->render($video);
50}
$renderer
global $DIC
Definition: shib_login.php:26