MediaWiki
master
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:52
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 Tue Jan 31 2023 16:08:03 for MediaWiki by
1.9.1