MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
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 table. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "TextSlotDiffRendererTablePrefix" to register handlers implementing this interface.
Definition at line 15 of file TextSlotDiffRendererTablePrefixHook.php.
MediaWiki\Diff\Hook\TextSlotDiffRendererTablePrefixHook::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 table.
TextSlotDiffRenderer | $textSlotDiffRenderer | |
IContextSource | $context | |
(string|null)[] | &$parts HTML strings to add to a container above the diff table. Will be sorted by key before being output. |