MediaWiki master
EnhancedChangesList__getLogTextHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
8
29 public function onEnhancedChangesList__getLogText( $changesList, &$links,
30 $block
31 );
32}
Utility class for creating new RC entries.
This is a hook handler interface, see docs/Hooks.md.
onEnhancedChangesList__getLogText( $changesList, &$links, $block)
Use this hook to alter, remove, or add to the links of a group of changes in EnhancedChangesList.