3 namespace MediaWiki\Search;
42 $categories[] = str_replace(
'_',
' ', $name );
68 foreach ( $parserOutput->
getLinks() as $linkedNamespace => $namespaceLinks ) {
69 foreach ( $namespaceLinks as $linkedDbKey => $_ ) {
75 return $outgoingLinks;
87 foreach ( $parserOutput->
getTemplates() as $tNS => $templatesInNS ) {
88 foreach ( $templatesInNS as $tDbKey => $_ ) {
90 $templates[] = $templateTitle->getPrefixedText();
getCategoryNames()
Return the names of the categories on this page.