Home
last modified time | relevance | path

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

/webtrees/resources/views/admin/
H A Dcustom-module-info.phtml25 <?php if ($module->customModuleSupportUrl() !== '') : ?>
28 <a href="<?= e($module->customModuleSupportUrl()) ?>">
29 <?= e($module->customModuleSupportUrl()) ?>
H A Dcontrol-panel.phtml226 <?php if ($module->customModuleSupportUrl() !== '') : ?>
228 …ation, see %s.', '<a href="' . e($module->customModuleSupportUrl()) . '">' . e($module->customModu…
/webtrees/app/Module/
H A DModuleCustomInterface.php60 public function customModuleSupportUrl(): string; function
H A DModuleCustomTrait.php126 public function customModuleSupportUrl(): string function