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
{
29
public
function
onApiQueryWatchlistPrepareWatchedItemQueryServiceOptions
(
30
$module,
$params
, &$options
31
);
32
}
$params
array $params
The job parameters.
Definition
UploadJobTrait.php:45
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:51
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 Mon Oct 14 2024 01:23:00 for MediaWiki by
1.10.0