MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onArticleDeleteAfterSuccess ( $title, $outputPage) | |
Use this hook to modify the output after an article has been deleted. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ArticleDeleteAfterSuccess" to register handlers implementing this interface.
Definition at line 15 of file ArticleDeleteAfterSuccessHook.php.
MediaWiki\Page\Hook\ArticleDeleteAfterSuccessHook::onArticleDeleteAfterSuccess | ( | $title, | |
$outputPage ) |
Use this hook to modify the output after an article has been deleted.
Title | $title | Article that has been deleted |
OutputPage | $outputPage | OutputPage that can be used to append the output |
Implemented in MediaWiki\HookContainer\HookRunner.