MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\Api\ApiHookRunner.
Public Member Functions | |
onApiQueryWatchlistExtractOutputData ( $module, $watchedItem, $recentChangeInfo, &$vals) | |
Use this hook to extract row data for ApiQueryWatchlist. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ApiQueryWatchlistExtractOutputData" to register handlers implementing this interface.
Definition at line 15 of file ApiQueryWatchlistExtractOutputDataHook.php.
MediaWiki\Api\Hook\ApiQueryWatchlistExtractOutputDataHook::onApiQueryWatchlistExtractOutputData | ( | $module, | |
$watchedItem, | |||
$recentChangeInfo, | |||
& | $vals ) |
Use this hook to extract row data for ApiQueryWatchlist.
ApiQueryWatchlist | $module | |
WatchedItem | $watchedItem | |
array | $recentChangeInfo | Array of recent change info data |
array | &$vals | Associative array of data to be output for the row |
Implemented in MediaWiki\Api\ApiHookRunner.