Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php606 $result = $this->remote->call('core.getPageBackLinks', ['page' => 'wiki:syntax']);
610 $this->assertEquals([], $this->remote->call('core.getPageBackLinks', ['page' => 'foobar']));
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php276 return $this->getPageBackLinks($id);
H A DApiCore.php570 public function getPageBackLinks($page) function in dokuwiki\\Remote\\ApiCore