Home
last modified time | relevance | path

Searched refs:customModuleLatestVersionUrl (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DModuleCustomTrait.php80 public function customModuleLatestVersionUrl(): string function
93 if ($this->customModuleLatestVersionUrl() === '') {
103 $response = $client->get($this->customModuleLatestVersionUrl());
H A DModuleCustomInterface.php46 public function customModuleLatestVersionUrl(): string; function