Home
last modified time | relevance | path

Searched refs:getDownloadURL (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/plugins/extension/_test/
H A DManagerTest.php34 $this->assertEmpty($manager->getDownloadURL());
/dokuwiki/lib/plugins/extension/
H A DExtensionApiResponse.php85 $this->downloadURL = $extension->getDownloadURL();
H A DManager.php92 public function getDownloadURL() function in dokuwiki\\plugin\\extension\\Manager
H A DNotice.php205 $this->extension->getDownloadURL(),
206 $this->extension->getManager()->getDownloadURL()
H A DGuiExtension.php210 … $list['downloadurl'] = $this->shortlink($this->extension->getDownloadURL(), 'download', $default);
361 if ($this->extension->getDownloadURL()) {
368 } elseif ($this->extension->getDownloadURL()) {
H A DInstaller.php93 $url = $extension->getDownloadURL();