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