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}
Generate a list of changes using an Enhanced system (uses javascript).
Utility class for creating and reading rows in the recentchanges table.
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.