MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onArticleConfirmDelete ( $article, $output, &$reason) | |
This hook is called before writing the confirmation form for article deletion. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ArticleConfirmDelete" to register handlers implementing this interface.
Definition at line 15 of file ArticleConfirmDeleteHook.php.
MediaWiki\Page\Hook\ArticleConfirmDeleteHook::onArticleConfirmDelete | ( | $article, | |
$output, | |||
& | $reason ) |
This hook is called before writing the confirmation form for article deletion.
Article | $article | Article being deleted |
OutputPage | $output | |
string | &$reason | Reason the article is being deleted |
Implemented in MediaWiki\HookContainer\HookRunner.