MediaWiki REL1_35
MediaWiki\Hook\EnhancedChangesListModifyBlockLineDataHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\EnhancedChangesListModifyBlockLineDataHook:

Public Member Functions

 onEnhancedChangesListModifyBlockLineData ( $changesList, &$data, $rc)
 Use this hook to alter data used to build a non-grouped recent change line in EnhancedChangesList.
 

Detailed Description

Stable to implement.

Definition at line 12 of file EnhancedChangesListModifyBlockLineDataHook.php.

Member Function Documentation

◆ onEnhancedChangesListModifyBlockLineData()

MediaWiki\Hook\EnhancedChangesListModifyBlockLineDataHook::onEnhancedChangesListModifyBlockLineData (   $changesList,
$data,
  $rc 
)

Use this hook to alter data used to build a non-grouped recent change line in EnhancedChangesList.

Since
1.35
Parameters
EnhancedChangesList$changesList
array&$dataArray of components that will be joined in order to create the line
RecentChange$rcRecentChange object for this line
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


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