MediaWiki REL1_35
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
26 public function onEnhancedChangesList__getLogText( $changesList, &$links,
27 $block
28 );
29}
Utility class for creating new RC entries.
onEnhancedChangesList__getLogText( $changesList, &$links, $block)
Use this hook to alter, remove, or add to the links of a group of changes in EnhancedChangesList.