MediaWiki master
AuthPreserveQueryParamsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Auth\Hook;
4
36 public function onAuthPreserveQueryParams( array &$params, array $options );
37}
This is a hook handler interface, see docs/Hooks.md.
onAuthPreserveQueryParams(array &$params, array $options)
This hook gets called any time an authentication page generates an URL which is in some sense part of...