MediaWiki
REL1_35
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
12
interface
GetLocalURL__InternalHook
{
23
public
function
onGetLocalURL__Internal
(
$title
, &$url, $query );
24
}
Title
Represents a title within MediaWiki.
Definition
Title.php:42
MediaWiki\Hook\GetLocalURL__InternalHook
Stable to implement.
Definition
GetLocalURL__InternalHook.php:12
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 Sat Apr 6 2024 00:07:12 for MediaWiki by
1.9.8