21 $parserOutput->
getLinkList( ParserOutputLinkTypes::TEMPLATE )
22 as [
'link' => $link,
'pageid' => $pageid ]
24 $this->newLinks[$link->getNamespace()][$link->getDBkey()] = $pageid;
30 return 'templatelinks';
41 throw new LogicException(
'not supported' );
47 throw new LogicException(
'not supported' );
52 return 'tl_from_namespace';
57 return 'tl_target_id';
Shared code for pagelinks, templatelinks and existencelinks.