MediaWiki master
MediaWiki\Hook\EnhancedChangesList__getLogTextHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onEnhancedChangesList__getLogText ( $changesList, &$links, $block)
 Use this hook to alter, remove, or add to the links of a group of changes in EnhancedChangesList.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "EnhancedChangesList::getLogText" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 16 of file EnhancedChangesList__getLogTextHook.php.

Member Function Documentation

◆ onEnhancedChangesList__getLogText()

MediaWiki\Hook\EnhancedChangesList__getLogTextHook::onEnhancedChangesList__getLogText ( $changesList,
& $links,
$block )

Use this hook to alter, remove, or add to the links of a group of changes in EnhancedChangesList.

Since
1.35
Parameters
EnhancedChangesList$changesList
string[]&$linksLinks generated by EnhancedChangesList
RecentChange[]$blockRecentChange objects in that block
Returns
bool|void True or no return value to continue, or false to omit this line from recentchanges

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: