44 protected function strings( array $strings ) {
45 $titles = array_map( [ Title::class,
'newFromText' ], $strings );
46 $linkBatchFactory = MediaWikiServices::getInstance()->getLinkBatchFactory();
47 $lb = $linkBatchFactory->newLinkBatch( $titles );
48 $lb->setCaller( __METHOD__ );