MediaWiki REL1_35
ArticleConfirmDeleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Article;
6use OutputPage;
7
24 public function onArticleConfirmDelete( $article, $output, &$reason );
25}
Class for viewing MediaWiki article and history.
Definition Article.php:46
This is one of the Core classes and should be read at least once by any new developers.
onArticleConfirmDelete( $article, $output, &$reason)
This hook is called before writing the confirmation form for article deletion.