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