*/ class HookManager extends BaseHook { public function onModuleConfiguration(HookRenderEvent $event) { $module_id = self::getModule()->getModuleId(); $event->add($this->render("module_configuration.html", ['module_id' => $module_id])); } }