MediaWiki
REL1_39
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:27
RecentChange
Utility class for creating new RC entries.
Definition
RecentChange.php:83
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 Nov 21 2024 05:22:34 for MediaWiki by
1.10.0