MediaWiki
REL1_39
TestCanonicalRedirectHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
use
Title
;
7
use
WebRequest
;
8
16
interface
TestCanonicalRedirectHook
{
30
public
function
onTestCanonicalRedirect
( $request,
$title
, $output );
31
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:54
Title
Represents a title within MediaWiki.
Definition
Title.php:49
WebRequest
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
Definition
WebRequest.php:44
MediaWiki\Hook\TestCanonicalRedirectHook
This is a hook handler interface, see docs/Hooks.md.
Definition
TestCanonicalRedirectHook.php:16
MediaWiki\Hook\TestCanonicalRedirectHook\onTestCanonicalRedirect
onTestCanonicalRedirect( $request, $title, $output)
This hook is called when about to force a redirect to a canonical URL for a title when we have no oth...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:38
includes
Hook
TestCanonicalRedirectHook.php
Generated on Mon Dec 2 2024 06:23:12 for MediaWiki by
1.10.0