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