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