Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DModuleCustomInterface.php53 public function customModuleLatestVersion(): string; function
H A DModuleCustomTrait.php90 public function customModuleLatestVersion(): string function
/webtrees/app/Http/RequestHandlers/
H A DControlPanel.php140 …oduleCustomInterface $module): bool => version_compare($module->customModuleLatestVersion(), $modu…
/webtrees/resources/views/admin/
H A Dcontrol-panel.phtml225 …le() ?> — <?= e($module->customModuleVersion()) ?> — <?= e($module->customModuleLatestVersion()) ?>