Home
last modified time | relevance | path

Searched refs:MAIN_BLOCKS (Results 1 – 12 of 12) sorted by relevance

/webtrees/app/Services/
H A DHomePageService.php197 … foreach ([ModuleBlockInterface::MAIN_BLOCKS, ModuleBlockInterface::SIDE_BLOCKS] as $location) {
247 … foreach ([ModuleBlockInterface::MAIN_BLOCKS, ModuleBlockInterface::SIDE_BLOCKS] as $location) {
277 … ->whereIn('location', [ModuleBlockInterface::MAIN_BLOCKS, ModuleBlockInterface::SIDE_BLOCKS])
294 ModuleBlockInterface::MAIN_BLOCKS => $main_block_ids,
334 … ->whereIn('location', [ModuleBlockInterface::MAIN_BLOCKS, ModuleBlockInterface::SIDE_BLOCKS])
351 ModuleBlockInterface::MAIN_BLOCKS => $main_block_ids,
/webtrees/app/Module/
H A DModuleBlockInterface.php36 public const MAIN_BLOCKS = 'main'; define
40 self::MAIN_BLOCKS => [
55 self::MAIN_BLOCKS => [
/webtrees/app/Http/RequestHandlers/
H A DTreePageUpdate.php63 …cks = $this->home_page_service->treeBlocks($default_tree, $user, ModuleBlockInterface::MAIN_BLOCKS)
68 …blocks = new Collection(Validator::parsedBody($request)->array(ModuleBlockInterface::MAIN_BLOCKS));
H A DUserPageUpdate.php64 ->userBlocks($default_tree, $user, ModuleBlockInterface::MAIN_BLOCKS)
70 …blocks = new Collection(Validator::parsedBody($request)->array(ModuleBlockInterface::MAIN_BLOCKS));
H A DUserPageDefaultUpdate.php55 …blocks = new Collection(Validator::parsedBody($request)->array(ModuleBlockInterface::MAIN_BLOCKS));
H A DTreePageDefaultUpdate.php55 …blocks = new Collection(Validator::parsedBody($request)->array(ModuleBlockInterface::MAIN_BLOCKS));
H A DTreePageEdit.php60 …ain_blocks = $this->home_page_service->treeBlocks($tree, $user, ModuleBlockInterface::MAIN_BLOCKS);
H A DUserPageDefaultEdit.php65 …is->home_page_service->userBlocks($default_tree, $default_user, ModuleBlockInterface::MAIN_BLOCKS);
H A DTreePageDefaultEdit.php65 …is->home_page_service->treeBlocks($default_tree, $default_user, ModuleBlockInterface::MAIN_BLOCKS);
H A DUserPageEdit.php59 …ain_blocks = $this->home_page_service->userBlocks($tree, $user, ModuleBlockInterface::MAIN_BLOCKS);
H A DTreePage.php82 …cks' => $this->home_page_service->treeBlocks($tree, $user, ModuleBlockInterface::MAIN_BLOCKS),
H A DUserPage.php81 …n_blocks' => $this->home_page_service->userBlocks($tree, $user, ModuleBlockInterface::MAIN_BLOCKS),