MediaWiki master
MediaWiki\Hook\EnhancedChangesListModifyBlockLineDataHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

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

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

Use the hook name "EnhancedChangesListModifyBlockLineData" to register handlers implementing this interface.

Stability: stable
to implement

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