MediaWiki master
EnhancedChangesList__getLogTextHook.php
Go to the documentation of this file.
1<?php
2
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
8
29 public function onEnhancedChangesList__getLogText( $changesList, &$links,
30 $block
31 );
32}
33
35class_alias( EnhancedChangesList__getLogTextHook::class, 'MediaWiki\\Hook\\EnhancedChangesList__getLogTextHook' );
Generate a list of changes using an Enhanced system (uses javascript).
Utility class for creating and reading rows in the recentchanges table.
onEnhancedChangesList__getLogText( $changesList, &$links, $block)
Use this hook to alter, remove, or add to the links of a group of changes in EnhancedChangesList.