Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Http/Middleware/
H A DBootModules.php36 private ModuleThemeInterface $theme; variable in Fisharebest\\Webtrees\\Http\\Middleware\\BootModules
42 public function __construct(ModuleService $module_service, ModuleThemeInterface $theme)
/webtrees/app/Http/RequestHandlers/
H A DLoginAction.php104 private function doLogin(string $username, #[\SensitiveParameter] string $password): void