getService( KeywordsManager::SERVICE_NAME ); } /** * Conveniency wrapper for strong typing * @return FilterProfiler */ public static function getFilterProfiler() : FilterProfiler { return MediaWikiServices::getInstance()->getService( FilterProfiler::SERVICE_NAME ); } }