Home
last modified time | relevance | path

Searched refs:customModuleAuthorName (Results 1 – 3 of 3) sorted by relevance

/webtrees/resources/views/admin/
H A Dcustom-module-info.phtml20 <?php if ($module->customModuleAuthorName() !== '') : ?>
23 <?= $module->customModuleAuthorName() ?>
/webtrees/app/Module/
H A DModuleCustomInterface.php32 public function customModuleAuthorName(): string; function
H A DModuleCustomTrait.php60 public function customModuleAuthorName(): string function