MediaWiki
master
GetLocalURL__ArticleHook.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__ArticleHook
{
26
public
function
onGetLocalURL__Article
(
$title
, &$url );
27
}
Title
Represents a title within MediaWiki.
Definition:
Title.php:48
MediaWiki\Hook\GetLocalURL__ArticleHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
GetLocalURL__ArticleHook.php:15
MediaWiki\Hook\GetLocalURL__ArticleHook\onGetLocalURL__Article
onGetLocalURL__Article( $title, &$url)
Use this hook to modify local URLs specifically pointing to article paths without any fancy queries o...
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition:
testCompression.php:38
includes
Hook
GetLocalURL__ArticleHook.php
Generated on Sat May 21 2022 21:07:59 for MediaWiki by
1.9.1