MediaWiki  master
ArticleConfirmDeleteHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Page\Hook;
4 
5 use Article;
6 use OutputPage;
7 
27  public function onArticleConfirmDelete( $article, $output, &$reason );
28 }
Legacy class representing an editable page and handling UI for some page actions.
Definition: Article.php:55
This is one of the Core classes and should be read at least once by any new developers.
Definition: OutputPage.php:60
This is a hook handler interface, see docs/Hooks.md.
onArticleConfirmDelete( $article, $output, &$reason)
This hook is called before writing the confirmation form for article deletion.