Home
last modified time | relevance | path

Searched refs:CONTEXT_USER_PAGE (Results 1 – 5 of 5) sorted by relevance

/webtrees/resources/views/
H A Duser-page-block.phtml20 <?= $block->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_USER_PAGE) ?>
/webtrees/app/Module/
H A DModuleBlockInterface.php33 public const CONTEXT_USER_PAGE = 'user'; define
H A DModuleBlockTrait.php98 if ($context === ModuleBlockInterface::CONTEXT_USER_PAGE && Auth::check()) {
H A DUserMessagesModule.php92 if ($context === ModuleBlockInterface::CONTEXT_USER_PAGE) {
/webtrees/app/Http/RequestHandlers/
H A DUserPageBlock.php68 … 'content' => $module->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_USER_PAGE),