MediaWiki master
InitializeArticleMaybeRedirectHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Article;
8
31 public function onInitializeArticleMaybeRedirect( $title, $request,
32 &$ignoreRedirect, &$target, &$article
33 );
34}
Legacy class representing an editable page and handling UI for some page actions.
Definition Article.php:67
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form,...
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onInitializeArticleMaybeRedirect( $title, $request, &$ignoreRedirect, &$target, &$article)
Use this hook to override whether a title is a redirect.