Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DTreePageBlock.php63 $module = $this->home_page_service->getBlockModule($tree, $block_id);
H A DUserPageBlock.php65 $module = $this->home_page_service->getBlockModule($tree, $block_id);
/webtrees/app/Services/
H A DHomePageService.php117 public function getBlockModule(Tree $tree, int $block_id): ModuleBlockInterface function in Fisharebest\\Webtrees\\Services\\HomePageService