|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onApiQueryWatchlistPrepareWatchedItemQueryServiceOptions ( $module, $params, &$options) | |
| Use this hook to populate the options to be passed from ApiQueryWatchlist to WatchedItemQueryService. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ApiQueryWatchlistPrepareWatchedItemQueryServiceOptions" to register handlers implementing this interface.
Definition at line 15 of file ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php.
| MediaWiki\Api\Hook\ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook::onApiQueryWatchlistPrepareWatchedItemQueryServiceOptions | ( | $module, | |
| $params, | |||
| & | $options ) |
Use this hook to populate the options to be passed from ApiQueryWatchlist to WatchedItemQueryService.
| ApiQueryWatchlist | $module | |
| array | $params | Array of parameters, as would be returned by $module->extractRequestParams() |
| array | &$options | Array of options for WatchedItemQueryService::getWatchedItemsWithRecentChangeInfo() |
Implemented in MediaWiki\Api\ApiHookRunner.