MediaWiki
1.42.1
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
MediaWiki\Title\Title
;
7
15
interface
GetLocalURL__InternalHook
{
26
public
function
onGetLocalURL__Internal
( $title, &$url, $query );
27
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
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
includes
Hook
GetLocalURL__InternalHook.php
Generated on Thu Jun 27 2024 15:58:51 for MediaWiki by
1.10.0