MediaWiki REL1_35
ArticleDeleteAfterSuccessHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use OutputPage;
6use Title;
7
22 public function onArticleDeleteAfterSuccess( $title, $outputPage );
23}
This is one of the Core classes and should be read at least once by any new developers.
Represents a title within MediaWiki.
Definition Title.php:42
onArticleDeleteAfterSuccess( $title, $outputPage)
Use this hook to modify the output after an article has been deleted.