exists() will return true). * @param User $user User that deleted the article * @param string $reason Reason the article was deleted * @param int $id ID of the article that was deleted * @param Content|null $content Content of the deleted page (or null, when deleting a broken page) * @param ManualLogEntry $logEntry ManualLogEntry used to record the deletion * @param int $archivedRevisionCount Number of revisions archived during the deletion * @return bool|void True or no return value to continue or false to abort */ public function onArticleDeleteComplete( $wikiPage, $user, $reason, $id, $content, $logEntry, $archivedRevisionCount ); }