Home
last modified time | relevance | path

Searched refs:active_blocks (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Services/
H A DHomePageService.php119 …$active_blocks = $this->module_service->findByComponent(ModuleBlockInterface::class, $tree, Auth::…
125 …$block = $active_blocks->first(static fn (ModuleInterface $module): bool => $module->name() === $m…
386 private function filterActiveBlocks(Collection $blocks, Collection $active_blocks): Collection argument
388 …ks->map(static fn (string $block_name): ModuleBlockInterface|null => $active_blocks->filter(static…
/webtrees/
H A Dphpstan-baseline.neon8320 …message: '#^Parameter \#2 \$active_blocks of method Fisharebest\\Webtrees\\Services\\HomePageServi…