MediaWiki master
BeforeRevertedTagUpdateHook.php
Go to the documentation of this file.
1<?php
2
4
9use WikiPage;
10
59 $wikiPage,
60 $user,
61 $summary,
62 $flags,
63 $revisionRecord,
64 $editResult,
65 &$approved
66 ): void;
67}
Value object for a comment stored by CommentStore.
Page revision base class.
Object for storing information about the effects of an edit.
Base representation for an editable wiki page.
Definition WikiPage.php:79
This is a hook handler interface, see docs/Hooks.md.
onBeforeRevertedTagUpdate( $wikiPage, $user, $summary, $flags, $revisionRecord, $editResult, &$approved)
This hook is called before scheduling a RevertedTagUpdateJob.
Interface for objects representing user identity.