MediaWiki master
AuthPreserveQueryParamsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Auth\Hook;
4
30 public function onAuthPreserveQueryParams( array &$params, array $options );
31}
array $params
The job parameters.
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...