MediaWiki REL1_35
GetLocalURL__ArticleHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6use Title;
7
23 public function onGetLocalURL__Article( $title, &$url );
24}
Represents a title within MediaWiki.
Definition Title.php:42
onGetLocalURL__Article( $title, &$url)
Use this hook to modify local URLs specifically pointing to article paths without any fancy queries o...