Home
last modified time | relevance | path

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

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