MediaWiki REL1_35
DiffToolsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Diff\Hook;
4
7
12interface DiffToolsHook {
25 public function onDiffTools( $newRevRecord, &$links, $oldRevRecord, $userIdentity );
26}
Page revision base class.
onDiffTools( $newRevRecord, &$links, $oldRevRecord, $userIdentity)
Use this hook to override or extend the revision tools available from the diff view,...
Interface for objects representing user identity.