MediaWiki  master
ApiQueryWatchlistExtractOutputDataHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Api\Hook;
4 
6 use WatchedItem;
7 
27  public function onApiQueryWatchlistExtractOutputData( $module, $watchedItem,
28  $recentChangeInfo, &$vals
29  );
30 }
This query action allows clients to retrieve a list of recently modified pages that are part of the l...
Representation of a pair of user and title for watchlist entries.
Definition: WatchedItem.php:36
onApiQueryWatchlistExtractOutputData( $module, $watchedItem, $recentChangeInfo, &$vals)
Use this hook to extract row data for ApiQueryWatchlist.