Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DModuleCustomTrait.php70 public function customModuleVersion(): string function
94 return $this->customModuleVersion();
117 return $this->customModuleVersion();
H A DModuleCustomInterface.php39 public function customModuleVersion(): string; function
/webtrees/resources/views/admin/
H A Dcustom-module-info.phtml15 <?php if ($module->customModuleVersion() !== '') : ?>
18 <?= $module->customModuleVersion() ?>
H A Dcontrol-panel.phtml225 …<?= $module->title() ?> — <?= e($module->customModuleVersion()) ?> — <?= e($module->customModuleLa…
/webtrees/app/Http/RequestHandlers/
H A DControlPanel.php140 …bool => version_compare($module->customModuleLatestVersion(), $module->customModuleVersion()) > 0);