Page MenuHomePhabricator

How to use service injection in context of static function from ApiResult class?
Open, Needs TriagePublic

Description

The ApiResult class has some static function needing the content language.

Most cases of ApiResult::validateValue are called from non-static context, but ApiResult::setValue is calling it from static context.