Searched refs:getPageBackLinks (Results 1 – 3 of 3) sorted by relevance
56 'core.getPageBackLinks' => new ApiCall($this->getPageBackLinks(...), 'pages'),570 public function getPageBackLinks($page) function in dokuwiki\\Remote\\ApiCore
276 return $this->getPageBackLinks($id);
606 $result = $this->remote->call('core.getPageBackLinks', ['page' => 'wiki:syntax']);610 $this->assertEquals([], $this->remote->call('core.getPageBackLinks', ['page' => 'foobar']));