MediaWiki master
ArticleUpdateBeforeRedirectHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Article;
6
26 public function onArticleUpdateBeforeRedirect( $article, &$sectionanchor,
27 &$extraq
28 );
29}
Legacy class representing an editable page and handling UI for some page actions.
Definition Article.php:67
This is a hook handler interface, see docs/Hooks.md.
onArticleUpdateBeforeRedirect( $article, &$sectionanchor, &$extraq)
This hook is called after a page is updated (usually on save), before the user is redirected back to ...