MediaWiki master
ArticleConfirmDeleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Article;
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:67
This is one of the Core classes and should be read at least once by any new developers.
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.