MediaWiki REL1_39
ApiQueryWatchlistExtractOutputDataHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
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.
onApiQueryWatchlistExtractOutputData( $module, $watchedItem, $recentChangeInfo, &$vals)
Use this hook to extract row data for ApiQueryWatchlist.