MediaWiki
REL1_40
ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
ApiQueryWatchlist
;
6
15
interface
ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook
{
29
public
function
onApiQueryWatchlistPrepareWatchedItemQueryServiceOptions
(
30
$module, $params, &$options
31
);
32
}
ApiQueryWatchlist
This query action allows clients to retrieve a list of recently modified pages that are part of the l...
Definition
ApiQueryWatchlist.php:38
MediaWiki\Api\Hook\ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php:15
MediaWiki\Api\Hook\ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook\onApiQueryWatchlistPrepareWatchedItemQueryServiceOptions
onApiQueryWatchlistPrepareWatchedItemQueryServiceOptions( $module, $params, &$options)
Use this hook to populate the options to be passed from ApiQueryWatchlist to WatchedItemQueryService.
MediaWiki\Api\Hook
Definition
APIAfterExecuteHook.php:3
includes
api
Hook
ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php
Generated on Thu Jun 27 2024 14:02:21 for MediaWiki by
1.10.0