Extension:ORES/Hooks/ORESRecentChangeScoreSavedHook

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
ORESRecentChangeScoreSavedHook
Available from version ???

Define function:
public static function onORESRecentChangeScoreSavedHook( ?MediaWiki\Revision\RevisionRecord $revision, array $scores ) { ... }
Attach hook:
$wgHooks['ORESRecentChangeScoreSavedHook'][] = 'MyExtensionHooks::onORESRecentChangeScoreSavedHook';
Called from:File(s): ORES / includes/Services/FetchScoreJob.php
Function(s): fireORESRecentChangeScoreSavedHook

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:ORESRecentChangeScoreSavedHook extensions.

Parameters

  • $revision: An instance of MediaWiki\Revision\RevisionRecord, or null if no revision was round
  • $scores: An array of scores, as returned by ORES\Services\ScoreFetcher::getScores()