MediaWiki master
ApiOptionsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use ApiOptions;
7
15interface ApiOptionsHook {
29 public function onApiOptions( $apiModule, $user, $changes, $resetKinds );
30}
API module that facilitates the changing of user's preferences.
internal since 1.36
Definition User.php:93
This is a hook handler interface, see docs/Hooks.md.
onApiOptions( $apiModule, $user, $changes, $resetKinds)
This hook is called by action=options before applying changes to user preferences.