MediaWiki REL1_35
MediaWiki\Hook\EnhancedChangesList__getLogTextHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\EnhancedChangesList__getLogTextHook:

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

Stable to implement.

Definition at line 13 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: