18 declare(strict_types=1);
36 $renderer = $dic->raw(
'ui.renderer');
38 return static function () use ($dic, $renderer) {
42 $dic[
'ui.resource_registry'],
50 return "NoRealPlugin";
Extend the DecoratedRenderer to align your renderer with other potential renderers in ILIAS...
exchangeUIRendererAfterInitialization(Container $dic)
This method can ALWAYS replace the UI renderer, because the method is only ever invoked if a plugin i...
Customizing of pimple-DIC for ILIAS.
Class ilUserInterfaceHookPlugin.
Extend some more concrete implementation of.