Home
last modified time | relevance | path

Searched refs:bootModules (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Http/Middleware/
H A DBootModules.php56 $this->module_service->bootModules($this->theme);
/webtrees/tests/
H A DTestCase.php157 (new ModuleService())->bootModules(new WebtreesTheme());
/webtrees/app/Services/
H A DModuleService.php879 public function bootModules(ModuleThemeInterface $current_theme): void function in Fisharebest\\Webtrees\\Services\\ModuleService