Home
last modified time | relevance | path

Searched refs:getBlock (Results 1 – 25 of 34) sorted by relevance

12

/webtrees/app/Statistics/Repository/
H A DFavoritesRepository.php62 return $module->getBlock($this->tree, 0, ModuleBlockInterface::CONTEXT_EMBED);
78 return $module->getBlock($this->tree, 0, ModuleBlockInterface::CONTEXT_EMBED);
/webtrees/resources/views/
H A Dtree-page-block.phtml20 <?= $block->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_TREE_PAGE) ?>
H A Duser-page-block.phtml20 <?= $block->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_USER_PAGE) ?>
/webtrees/app/Module/
H A DLoggedInUsersModule.php62 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\LoggedInUsersModule
H A DThemeSelectModule.php64 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\ThemeSelectModule
H A DLoginBlockModule.php62 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\LoginBlockModule
H A DModuleBlockInterface.php78 … public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string; function
H A DModuleBlockTrait.php45 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function
H A DWelcomeBlockModule.php74 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\WelcomeBlockModule
H A DUserWelcomeModule.php76 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\UserWelcomeModule
H A DTopPageViewsModule.php71 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\TopPageViewsModule
H A DTopGivenNamesModule.php68 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\TopGivenNamesModule
H A DUserMessagesModule.php111 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\UserMessagesModule
H A DHtmlBlockModule.php80 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\HtmlBlockModule
H A DUserJournalModule.php72 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\UserJournalModule
H A DFamilyTreeNewsModule.php70 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\FamilyTreeNewsModule
H A DOnThisDayModule.php121 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\OnThisDayModule
H A DTopSurnamesModule.php91 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\TopSurnamesModule
H A DChartsBlockModule.php84 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\ChartsBlockModule
H A DFamilyTreeFavoritesModule.php68 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\FamilyTreeFavoritesModule
H A DUserFavoritesModule.php69 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\UserFavoritesModule
H A DReviewChangesModule.php99 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\ReviewChangesModule
/webtrees/app/Http/RequestHandlers/
H A DTreePageBlock.php66 … 'content' => $module->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_TREE_PAGE),
H A DUserPageBlock.php68 … 'content' => $module->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_USER_PAGE),
/webtrees/app/CommonMark/
H A DCensusTableContinueParser.php120 public function getBlock(): AbstractBlock function in Fisharebest\\Webtrees\\CommonMark\\CensusTableContinueParser

12