MediaWiki  master
UserGetDefaultOptionsHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\User\Hook;
4 
25  public function onUserGetDefaultOptions( &$defaultOptions );
26 }
This is a hook handler interface, see docs/Hooks.md.
onUserGetDefaultOptions(&$defaultOptions)
This hook is called after fetching core default user options but before returning the options.