Searched refs:customModuleVersion (Results 1 – 5 of 5) sorted by relevance
70 public function customModuleVersion(): string function94 return $this->customModuleVersion();117 return $this->customModuleVersion();
39 public function customModuleVersion(): string; function
15 <?php if ($module->customModuleVersion() !== '') : ?>18 <?= $module->customModuleVersion() ?>
225 …<?= $module->title() ?> — <?= e($module->customModuleVersion()) ?> — <?= e($module->customModuleLa…
140 …bool => version_compare($module->customModuleLatestVersion(), $module->customModuleVersion()) > 0);