MediaWiki
master
ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
MediaWiki\Api\ApiQueryWatchlist
;
6
15
interface
ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook
{
30
public
function
onApiQueryWatchlistPrepareWatchedItemQueryServiceOptions
(
31
$module, $params, &$options
32
);
33
}
MediaWiki\Api\ApiQueryWatchlist
This query action allows clients to retrieve a list of recently modified pages that are part of the l...
Definition
ApiQueryWatchlist.php:43
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 Feb 12 2026 09:23:28 for MediaWiki by
1.10.0