Page MenuHomePhabricator

WikibaseCirrusSearch: Remove calls to WikibaseRepo::getUserLanguage from Hooks.php
Open, Needs TriagePublic

Description

Currently, the onApiOpenSearchSuggest hook method calls the deprecated UserLanguage service from WikibaseRepo. In order to retire this service, we will need to find a way to obtain the language in a more appropriate way, possibly through RequestContext::getLanguage().