setGlobalId( WikiMap::getCurrentWikiId() ); $currentSite->setPath( MediaWikiSite::PATH_PAGE, 'https://example.com/wiki/$1' ); $this->setService( 'SiteLookup', new HashSiteStore( [ $currentSite ] ) ); } }