Home
last modified time | relevance | path

Searched refs:CONTEXT_TREE_PAGE (Results 1 – 4 of 4) sorted by relevance

/webtrees/resources/views/
H A Dtree-page-block.phtml20 <?= $block->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_TREE_PAGE) ?>
/webtrees/app/Module/
H A DModuleBlockInterface.php32 public const CONTEXT_TREE_PAGE = 'tree'; define
H A DModuleBlockTrait.php91 if ($context === ModuleBlockInterface::CONTEXT_TREE_PAGE && Auth::isManager($tree)) {
/webtrees/app/Http/RequestHandlers/
H A DTreePageBlock.php66 … 'content' => $module->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_TREE_PAGE),