MediaWiki REL1_35
MediaWiki\Diff\Hook\DiffToolsHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Diff\Hook\DiffToolsHook:

Public Member Functions

 onDiffTools ( $newRevRecord, &$links, $oldRevRecord, $userIdentity)
 Use this hook to override or extend the revision tools available from the diff view, i.e.
 

Detailed Description

Stable to implement.

Definition at line 12 of file DiffToolsHook.php.

Member Function Documentation

◆ onDiffTools()

MediaWiki\Diff\Hook\DiffToolsHook::onDiffTools (   $newRevRecord,
$links,
  $oldRevRecord,
  $userIdentity 
)

Use this hook to override or extend the revision tools available from the diff view, i.e.

undo, etc.

Since
1.35
Parameters
RevisionRecord$newRevRecordNew revision
string[]&$linksArray of HTML links
RevisionRecord | null$oldRevRecordOld revision (may be null)
UserIdentity$userIdentityCurrent user
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: