MediaWiki
REL1_39
GetLocalURL__InternalHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6
use
Title
;
7
15
interface
GetLocalURL__InternalHook
{
26
public
function
onGetLocalURL__Internal
(
$title
, &$url, $query );
27
}
Title
Represents a title within MediaWiki.
Definition
Title.php:49
MediaWiki\Hook\GetLocalURL__InternalHook
This is a hook handler interface, see docs/Hooks.md.
Definition
GetLocalURL__InternalHook.php:15
MediaWiki\Hook\GetLocalURL__InternalHook\onGetLocalURL__Internal
onGetLocalURL__Internal( $title, &$url, $query)
Use this hook to modify local URLs to internal pages.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:38
includes
Hook
GetLocalURL__InternalHook.php
Generated on Mon Dec 16 2024 06:35:09 for MediaWiki by
1.10.0