Home
last modified time | relevance | path

Searched refs:findByComponent (Results 1 – 25 of 62) sorted by relevance

123

/webtrees/tests/app/Services/
H A DModuleServiceTest.php58 …self::assertNotEmpty($module_service->findByComponent(ModuleBlockInterface::class, $tree, $user)->…
59 …self::assertNotEmpty($module_service->findByComponent(ModuleChartInterface::class, $tree, $user)->…
60 …self::assertNotEmpty($module_service->findByComponent(ModuleMenuInterface::class, $tree, $user)->a…
61 …self::assertNotEmpty($module_service->findByComponent(ModuleReportInterface::class, $tree, $user)-…
62 …self::assertNotEmpty($module_service->findByComponent(ModuleSidebarInterface::class, $tree, $user)…
63 …self::assertNotEmpty($module_service->findByComponent(ModuleTabInterface::class, $tree, $user)->al…
/webtrees/app/Services/
H A DHomePageService.php119 …$active_blocks = $this->module_service->findByComponent(ModuleBlockInterface::class, $tree, Auth::…
144 return $this->module_service->findByComponent(ModuleBlockInterface::class, $tree, $user)
159 return $this->module_service->findByComponent(ModuleBlockInterface::class, $tree, $user)
/webtrees/tests/app/Http/RequestHandlers/
H A DRedirectBranchesPhpTest.php61 ->method('findByComponent')
96 ->method('findByComponent')
/webtrees/app/Module/
H A DIndividualFactsTabModule.php116 ->findByComponent(ModuleSidebarInterface::class, $individual->tree(), Auth::user())
121 ->findByComponent(ModuleTabInterface::class, $individual->tree(), Auth::user())
H A DModuleThemeTrait.php152 …foreach ($module_service->findByComponent(ModuleChartInterface::class, $individual->tree(), Auth::…
390 ->findByComponent(ModuleChartInterface::class, $tree, Auth::user())
474 ->findByComponent(ModuleMenuInterface::class, $tree, Auth::user())
H A DListsMenuModule.php81 …$submenus = $this->module_service->findByComponent(ModuleListInterface::class, $tree, Auth::user())
H A DChartsMenuModule.php83 …$submenus = $this->module_service->findByComponent(ModuleChartInterface::class, $tree, Auth::use…
H A DReportsMenuModule.php87 …$submenus = $this->module_service->findByComponent(ModuleReportInterface::class, $tree, Auth::us…
H A DWelcomeBlockModule.php81 ->findByComponent(ModuleChartInterface::class, $tree, Auth::user())
/webtrees/app/Http/RequestHandlers/
H A DIndividualPage.php243 ->findByComponent(ModuleSidebarInterface::class, $individual->tree(), Auth::user())
258 ->findByComponent(ModuleTabInterface::class, $individual->tree(), Auth::user())
H A DReportListPage.php61 ->findByComponent(ModuleReportInterface::class, $tree, $user);
H A DRedirectRepoListPhp.php55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user())
H A DRedirectSourceListPhp.php55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user())
H A DRedirectNoteListPhp.php55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user())
H A DRedirectStatisticsPhp.php55 ->findByComponent(ModuleChartInterface::class, $tree, Auth::user())
H A DRedirectPlaceListPhp.php56 ->findByComponent(ModuleListInterface::class, $tree, Auth::user())
H A DRedirectLifeSpanPhp.php55 ->findByComponent(ModuleChartInterface::class, $tree, Auth::user())
H A DRedirectTimeLinePhp.php55 ->findByComponent(ModuleChartInterface::class, $tree, Auth::user())
H A DRedirectMediaListPhp.php55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user())
H A DRedirectBranchesPhp.php57 ->findByComponent(ModuleListInterface::class, $tree, Auth::user())
H A DRedirectCompactPhp.php60 ->findByComponent(ModuleChartInterface::class, $tree, Auth::user())
H A DRedirectFamListPhp.php55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user())
H A DRedirectIndiListPhp.php55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user())
H A DRedirectHourGlassPhp.php55 ->findByComponent(ModuleChartInterface::class, $tree, Auth::user())
H A DRedirectPedigreePhp.php62 ->findByComponent(ModuleChartInterface::class, $tree, Auth::user())

123