MediaWiki REL1_35
ArticleUpdateBeforeRedirectHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Article;
6
23 public function onArticleUpdateBeforeRedirect( $article, &$sectionanchor,
24 &$extraq
25 );
26}
Class for viewing MediaWiki article and history.
Definition Article.php:46
onArticleUpdateBeforeRedirect( $article, &$sectionanchor, &$extraq)
This hook is called after a page is updated (usually on save), before the user is redirected back to ...