MediaWiki
REL1_40
EnhancedChangesList__getLogTextHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6
use
EnhancedChangesList
;
7
use
RecentChange
;
8
16
interface
EnhancedChangesList__getLogTextHook
{
29
public
function
onEnhancedChangesList__getLogText
( $changesList, &$links,
30
$block
31
);
32
}
EnhancedChangesList
Definition
EnhancedChangesList.php:30
RecentChange
Utility class for creating new RC entries.
Definition
RecentChange.php:84
MediaWiki\Hook\EnhancedChangesList__getLogTextHook
This is a hook handler interface, see docs/Hooks.md.
Definition
EnhancedChangesList__getLogTextHook.php:16
MediaWiki\Hook\EnhancedChangesList__getLogTextHook\onEnhancedChangesList__getLogText
onEnhancedChangesList__getLogText( $changesList, &$links, $block)
Use this hook to alter, remove, or add to the links of a group of changes in EnhancedChangesList.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
changes
Hook
EnhancedChangesList__getLogTextHook.php
Generated on Thu Jun 27 2024 14:02:28 for MediaWiki by
1.10.0