/webtrees/app/Statistics/Repository/ |
H A D | FavoritesRepository.php | 62 return $module->getBlock($this->tree, 0, ModuleBlockInterface::CONTEXT_EMBED); 78 return $module->getBlock($this->tree, 0, ModuleBlockInterface::CONTEXT_EMBED);
|
/webtrees/resources/views/ |
H A D | tree-page-block.phtml | 20 <?= $block->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_TREE_PAGE) ?>
|
H A D | user-page-block.phtml | 20 <?= $block->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_USER_PAGE) ?>
|
/webtrees/app/Module/ |
H A D | LoggedInUsersModule.php | 62 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\LoggedInUsersModule
|
H A D | ThemeSelectModule.php | 64 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\ThemeSelectModule
|
H A D | LoginBlockModule.php | 62 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\LoginBlockModule
|
H A D | ModuleBlockInterface.php | 78 … public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string; function
|
H A D | ModuleBlockTrait.php | 45 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function
|
H A D | WelcomeBlockModule.php | 74 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\WelcomeBlockModule
|
H A D | UserWelcomeModule.php | 76 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\UserWelcomeModule
|
H A D | TopPageViewsModule.php | 71 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\TopPageViewsModule
|
H A D | TopGivenNamesModule.php | 68 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\TopGivenNamesModule
|
H A D | UserMessagesModule.php | 111 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\UserMessagesModule
|
H A D | HtmlBlockModule.php | 80 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\HtmlBlockModule
|
H A D | UserJournalModule.php | 72 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\UserJournalModule
|
H A D | FamilyTreeNewsModule.php | 70 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\FamilyTreeNewsModule
|
H A D | OnThisDayModule.php | 121 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\OnThisDayModule
|
H A D | TopSurnamesModule.php | 91 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\TopSurnamesModule
|
H A D | ChartsBlockModule.php | 84 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\ChartsBlockModule
|
H A D | FamilyTreeFavoritesModule.php | 68 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\FamilyTreeFavoritesModule
|
H A D | UserFavoritesModule.php | 69 public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string function in Fisharebest\\Webtrees\\Module\\UserFavoritesModule
|
H A D | ReviewChangesModule.php | 99 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 D | TreePageBlock.php | 66 … 'content' => $module->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_TREE_PAGE),
|
H A D | UserPageBlock.php | 68 … 'content' => $module->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_USER_PAGE),
|
/webtrees/app/CommonMark/ |
H A D | CensusTableContinueParser.php | 120 public function getBlock(): AbstractBlock function in Fisharebest\\Webtrees\\CommonMark\\CensusTableContinueParser
|