Home
last modified time | relevance | path

Searched refs:getPageLinks (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php591 $this->remote->call('core.getPageLinks', ['page' => 'mailinglist'])
595 $this->remote->call('core.getPageLinks', ['page' => 'foobar']);
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php435 $links = $this->getPageLinks($id);
H A DApiCore.php526 public function getPageLinks($page) function in dokuwiki\\Remote\\ApiCore