MediaWiki
master
ApiQueryWatchlistExtractOutputDataHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
ApiQueryWatchlist
;
6
use
WatchedItem
;
7
15
interface
ApiQueryWatchlistExtractOutputDataHook
{
27
public
function
onApiQueryWatchlistExtractOutputData
( $module, $watchedItem,
28
$recentChangeInfo, &$vals
29
);
30
}
ApiQueryWatchlist
This query action allows clients to retrieve a list of recently modified pages that are part of the l...
Definition:
ApiQueryWatchlist.php:38
WatchedItem
Representation of a pair of user and title for watchlist entries.
Definition:
WatchedItem.php:36
MediaWiki\Api\Hook\ApiQueryWatchlistExtractOutputDataHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
ApiQueryWatchlistExtractOutputDataHook.php:15
MediaWiki\Api\Hook\ApiQueryWatchlistExtractOutputDataHook\onApiQueryWatchlistExtractOutputData
onApiQueryWatchlistExtractOutputData( $module, $watchedItem, $recentChangeInfo, &$vals)
Use this hook to extract row data for ApiQueryWatchlist.
MediaWiki\Api\Hook
Definition:
APIAfterExecuteHook.php:3
includes
api
Hook
ApiQueryWatchlistExtractOutputDataHook.php
Generated on Fri Jun 9 2023 21:08:00 for MediaWiki by
1.9.1