MediaWiki
master
ArticleDeleteAfterSuccessHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
MediaWiki\Output\OutputPage
;
6
use
MediaWiki\Title\Title
;
7
15
interface
ArticleDeleteAfterSuccessHook
{
25
public
function
onArticleDeleteAfterSuccess
( $title, $outputPage );
26
}
MediaWiki\Output\OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:97
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
MediaWiki\Page\Hook\ArticleDeleteAfterSuccessHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ArticleDeleteAfterSuccessHook.php:15
MediaWiki\Page\Hook\ArticleDeleteAfterSuccessHook\onArticleDeleteAfterSuccess
onArticleDeleteAfterSuccess( $title, $outputPage)
Use this hook to modify the output after an article has been deleted.
MediaWiki\Page\Hook
Definition
Article__MissingArticleConditionsHook.php:3
includes
page
Hook
ArticleDeleteAfterSuccessHook.php
Generated on Sun Dec 8 2024 01:25:00 for MediaWiki by
1.10.0