MediaWiki master
ArticleDeleteCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
9
34 public function onArticleDeleteComplete( $wikiPage, $user, $reason, $id,
35 $content, $logEntry, $archivedRevisionCount
36 );
37}
Class for creating new log entries and inserting them into the database.
Base representation for an editable wiki page.
Definition WikiPage.php:93
User class for the MediaWiki software.
Definition User.php:121
Content objects represent page content, e.g.
Definition Content.php:42
This is a hook handler interface, see docs/Hooks.md.
onArticleDeleteComplete( $wikiPage, $user, $reason, $id, $content, $logEntry, $archivedRevisionCount)
This hook is called after an article is deleted.