MediaWiki
master
AuthPreserveQueryParamsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Auth\Hook
;
4
12
interface
AuthPreserveQueryParamsHook
{
30
public
function
onAuthPreserveQueryParams
( array &
$params
, array $options );
31
}
$params
array $params
The job parameters.
Definition
UploadJobTrait.php:46
MediaWiki\Auth\Hook\AuthPreserveQueryParamsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
AuthPreserveQueryParamsHook.php:12
MediaWiki\Auth\Hook\AuthPreserveQueryParamsHook\onAuthPreserveQueryParams
onAuthPreserveQueryParams(array &$params, array $options)
This hook gets called any time an authentication page generates an URL which is in some sense part of...
MediaWiki\Auth\Hook
Definition
AuthenticationAttemptThrottledHook.php:3
includes
auth
Hook
AuthPreserveQueryParamsHook.php
Generated on Sat Dec 21 2024 11:23:28 for MediaWiki by
1.10.0