MediaWiki master
TextSlotDiffRendererTablePrefixHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Diff\Hook;
4
7
16
29 TextSlotDiffRenderer $textSlotDiffRenderer,
30 IContextSource $context,
31 array &$parts
32 );
33}
Renders a slot diff by doing a text diff on the native representation.
Interface for objects which can provide a MediaWiki context on request.
onTextSlotDiffRendererTablePrefix(TextSlotDiffRenderer $textSlotDiffRenderer, IContextSource $context, array &$parts)
Use this hook to change the HTML that is included in a prefix container directly before the diff tabl...